Share via


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)

Inheritance Hierarchy

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

Syntax

public static class AutoscaleMetricSourceBuilder
public ref class AutoscaleMetricSourceBuilder abstract sealed 
[<AbstractClass>]
[<Sealed>]
type AutoscaleMetricSourceBuilder = class end
Public NotInheritable Class AutoscaleMetricSourceBuilder

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BuildCloudServiceMetricSource(String, String, Boolean)

Build the metric source of a cloud service role.

System_CAPS_pubmethodSystem_CAPS_static BuildCloudServiceMetricSource(String, String, String, Boolean)

Build the metric source of a cloud service role instance.

System_CAPS_pubmethodSystem_CAPS_static BuildMobileServiceMetricSource(String)

Build the metric source of a mobile service resource.

System_CAPS_pubmethodSystem_CAPS_static BuildServiceBusMetricSource(String, String, String)

Build the metric source of a servicebus resource.

System_CAPS_pubmethodSystem_CAPS_static BuildStorageApiMetricSource(String, String, String)

Build the metric source of a storage resource.

System_CAPS_pubmethodSystem_CAPS_static BuildStorageQueueMetricSource(String, String)

Build the metric source of a storage queue resource.

System_CAPS_pubmethodSystem_CAPS_static BuildStorageServiceMetricSource(String, String)

Build the metric source of a storage resource.

System_CAPS_pubmethodSystem_CAPS_static BuildVirtualMachineMetricSource(String, String)

Build the metric source of a virtual machine resource.

System_CAPS_pubmethodSystem_CAPS_static BuildWebSiteMetricSource(String)

Build the metric source of a website resource.

System_CAPS_pubmethodSystem_CAPS_static BuildWebSiteMetricSource(String, String)

Build the metric source of a website resource.

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management.Monitoring.Utilities Namespace

Return to top