你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSToStringExtensions Class

Definition

Extensions to the ToString methods to allow for indentation to be added when displying the results

public static class PSToStringExtensions
type PSToStringExtensions = class
Public Module PSToStringExtensions
Inheritance
PSToStringExtensions

Methods

AddSpacesInFront(StringBuilder, Int32)

Add spaces into the string builder

ToString(AutoscaleNotification, Int32)
ToString(AutoscaleNotification, Int32)

A string representation of the AutoscaleProfile object including indentation

ToString(AutoscaleProfile, Int32)
ToString(AutoscaleProfile, Int32)

A string representation of the AutoscaleProfile object including indentation

ToString(IDictionary<String,String>, Int32)

A string representation of the list of AutoscaleNotification objects including indentation

ToString(IList<AutoscaleNotification>, Int32)
ToString(IList<AutoscaleNotification>, Int32)

A string representation of the list of AutoscaleNotification objects including indentation

ToString(IList<AutoscaleProfile>, Int32)
ToString(IList<AutoscaleProfile>, Int32)

A string representation of the list of AutoscaleProfile objects including indentation

ToString(IList<PSMetricValue>, Int32)

A string representation of the list of PSMetricValue objects including indentation

ToString(IList<RuleAction>, Int32)
ToString(IList<RuleAction>, Int32)

A string representation of the RuleMetricDataSource including indentation

ToString(IList<ScaleRule>, Int32)
ToString(IList<ScaleRule>, Int32)

A string representation of the list of ScaleRule objects including indentation

ToString(IList<String>, Int32)

A string representation of the list of string including indentation

ToString(IList<WebhookNotification>, Int32)
ToString(IList<WebhookNotification>, Int32)

A string representation of the list of WebhookNotification objects including indentation

ToString(LocalizableString, Boolean)

A string representation of the Dimension including indentation

ToString(LocalizableString, Int32)

A string representation of the Dimension including indentation

ToString(ManagementEventAggregationCondition, Int32)

A string representation of the ManagementEventAggregationCondition including indentation

ToString(ManagementEventAggregationCondition, Int32)
ToString(MetricTrigger, Int32)
ToString(MetricTrigger, Int32)

A string representation of the MetricTrigger including indentation

ToString(PSMetricValue, Int32)

A string representation of the PSMetricValue

ToString(Recurrence, Int32)

A string representation of the Recurrence including indentation

ToString(Recurrence, Int32)
ToString(RecurrentSchedule, Int32)

A string representation of the RecurrentSchedule including indentation

ToString(RecurrentSchedule, Int32)
ToString(RetentionPolicy, Int32)

A string representation of the RetentionPolicy including indentation

ToString(RetentionPolicy, Int32)
ToString(RuleManagementEventDataSource, Int32)

A string representation of the ScaleCapacity including indentation

ToString(RuleManagementEventDataSource, Int32)
ToString(RuleMetricDataSource, Int32)

A string representation of the RuleMetricDataSource including indentation

ToString(RuleMetricDataSource, Int32)
ToString(ScaleAction, Int32)

A string representation of the ScaleAction including indentation

ToString(ScaleAction, Int32)
ToString(ScaleCapacity, Int32)

A string representation of the ScaleCapacity including indentation

ToString(ScaleCapacity, Int32)
ToString(ScaleRule, Int32)

A string representation of the ScaleRule including indentation

ToString(ScaleRule, Int32)
ToString(TimeWindow, Int32)

A string representation of the TimeWindow including indentation

ToString(TimeWindow, Int32)
ToString(WebhookNotification, Int32)

A string representation of the WebhookNotification including indentation

ToString(WebhookNotification, Int32)

Applies to