Method | Description | |
---|---|---|
ExtractCollectionFromResult ( this |
||
GetCurrentDllFileVersion ( ) : string |
Gets the file version of the currently (executing) dll.
|
|
GetDefaultDescription ( string artifactName ) : string |
Gets a string with a default description for artifacts like alert rules or autoscale settings
|
|
ValidateUri ( string uri, string argName = "Uri" ) : void |
Checks if the given string represents a valid uri
|
public static ExtractCollectionFromResult ( this |
||
enumerator | this |
|
fullDetails | bool | |
records | List |
|
keepTheRecord | bool>.Func | |
return | void |
public static GetCurrentDllFileVersion ( ) : string | ||
return | string |
public static GetDefaultDescription ( string artifactName ) : string | ||
artifactName | string | The name of the artifact to deacribe, e.g.: alert rule, autoscale setting |
return | string |
public static ValidateUri ( string uri, string argName = "Uri" ) : void | ||
uri | string | The string representing a uri |
argName | string | The name of the argument to report as invalid |
return | void |