Method | Description | |
---|---|---|
AddSpacesInFront ( this output, int indentationTabs ) : |
Add spaces into the string builder
|
|
ToString ( this inputString, bool localizedValue ) : string |
A string representation of the Dimension including indentation
|
|
ToString ( this inputString, int indentationTabs ) : string |
A string representation of the Dimension including indentation
|
|
ToString ( this |
A string representation of the list of AutoscaleNotification objects including indentation
|
|
ToString ( this |
A string representation of the list of AutoscaleProfile objects including indentation
|
|
ToString ( this |
A string representation of the list of MetricAvailability objects including indentation
|
|
ToString ( this |
A string representation of the list of PSMetricValue objects including indentation
|
|
ToString ( this |
A string representation of the RuleMetricDataSource including indentation
|
|
ToString ( this |
A string representation of the list of ScaleRule objects including indentation
|
|
ToString ( this |
A string representation of the list of WebhookNotification objects including indentation
|
|
ToString ( string>.this |
A string representation of the list of AutoscaleNotification objects including indentation
|
|
ToString ( this |
A string representation of the list of string including indentation
|
public static AddSpacesInFront ( this output, int indentationTabs ) : |
||
output | this | The string builder |
indentationTabs | int | The number of tab chars to insert |
return |
public static ToString ( this inputString, bool localizedValue ) : string | ||
inputString | this | The input string |
localizedValue | bool | Flag to inidicate if the localized value must be printed or not |
return | string |
public static ToString ( this inputString, int indentationTabs ) : string | ||
inputString | this | The input string |
indentationTabs | int | The number of tab chars to insert |
return | string |
public static ToString ( this |
||
notifications | this |
The list of AutoscaleNotification objects |
indentationTabs | int | The number of tabs to insert in front of each member |
return | string |
public static ToString ( this |
||
profiles | this |
The list of AutoscaleProfile objects |
indentationTabs | int | The number of tabs to insert in front of each member |
return | string |
public static ToString ( this |
||
metricAvailabilities | this |
The list of MetricAvailability objects |
indentationTabs | int | The number of tabs to insert in front of each member |
return | string |
public static ToString ( this |
||
metricValues | this |
The list of PSMetricValue objects |
indentationTabs | int | The number of tabs to insert in front of each member |
return | string |
public static ToString ( this |
||
actions | this |
The RuleAction objects |
indentationTabs | int | The number of tabs to insert in front of each member |
return | string |
public static ToString ( this |
||
scaleRules | this |
The list of ScaleRule objects |
indentationTabs | int | The number of tabs to insert in front of each member |
return | string |
public static ToString ( this |
||
webhookNotifications | this |
The list of WebhookNotification objects |
indentationTabs | int | The number of tabs to insert in front of each member |
return | string |
public static ToString ( string>.this |
||
dictionary | string>.this | The 'string, string' dictionary object |
indentationTabs | int | The number of tabs to insert in front of each member |
return | string |
public static ToString ( this |
||
strings | this |
The list of string objects |
indentationTabs | int | The number of tabs to insert in front of each member |
return | string |