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)

System::Object
  Microsoft.WindowsAzure.Management.Monitoring.Utilities::AutoscaleResourceIdBuilder

public ref class AutoscaleResourceIdBuilder abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticBuildCloudServiceResourceId(String^, String^, Boolean)

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

System_CAPS_pubmethodSystem_CAPS_staticBuildMobileServiceResourceId(String^)

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

System_CAPS_pubmethodSystem_CAPS_staticBuildVirtualMachineResourceId(String^, String^)

Builds the resource id of the virtual machine resource.

System_CAPS_pubmethodSystem_CAPS_staticBuildWebSiteResourceId(String^, String^)

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

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: