AutoscaleMetricSourceBuilder Class

 

Use this class to build the metric source for autoscale metric trigger.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Utilities
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

System.Object
  Microsoft.WindowsAzure.Management.Monitoring.Utilities.AutoscaleMetricSourceBuilder

[<AbstractClass>]
[<Sealed>]
type AutoscaleMetricSourceBuilder = class end

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBuildCloudServiceMetricSource(String, String, Boolean)

Build the metric source of a cloud service role.

System_CAPS_pubmethodSystem_CAPS_staticBuildCloudServiceMetricSource(String, String, String, Boolean)

Build the metric source of a cloud service role instance.

System_CAPS_pubmethodSystem_CAPS_staticBuildMobileServiceMetricSource(String)

Build the metric source of a mobile service resource.

System_CAPS_pubmethodSystem_CAPS_staticBuildServiceBusMetricSource(String, String, String)

Build the metric source of a servicebus resource.

System_CAPS_pubmethodSystem_CAPS_staticBuildStorageApiMetricSource(String, String, String)

Build the metric source of a storage resource.

System_CAPS_pubmethodSystem_CAPS_staticBuildStorageQueueMetricSource(String, String)

Build the metric source of a storage queue resource.

System_CAPS_pubmethodSystem_CAPS_staticBuildStorageServiceMetricSource(String, String)

Build the metric source of a storage resource.

System_CAPS_pubmethodSystem_CAPS_staticBuildVirtualMachineMetricSource(String, String)

Build the metric source of a virtual machine resource.

System_CAPS_pubmethodSystem_CAPS_staticBuildWebSiteMetricSource(String)

Build the metric source of a website resource.

System_CAPS_pubmethodSystem_CAPS_staticBuildWebSiteMetricSource(String, String)

Build the metric source of a website resource.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: