AutoscaleResourceIdBuilder Class

 

Use this class to build resource id instances of various Azure resources for autoscale.

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.AutoscaleResourceIdBuilder

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BuildCloudServiceResourceId(String, String, Boolean)

Build the resource id of the cloud service resource to use in Autoscale API.

System_CAPS_pubmethodSystem_CAPS_static BuildMobileServiceResourceId(String)

Build the resource id of the mobile service resource to use in Autoscale API.

System_CAPS_pubmethodSystem_CAPS_static BuildVirtualMachineResourceId(String, String)

Builds the resource id of the virtual machine resource.

System_CAPS_pubmethodSystem_CAPS_static BuildWebSiteResourceId(String, String)

Builds the resource id of the web site resource to use in Autoscale API.

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