AutoscaleResourceIdBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use this class to build resource id instances of various Azure resources for autoscale.
public static class AutoscaleResourceIdBuilder
type AutoscaleResourceIdBuilder = class
Public Class AutoscaleResourceIdBuilder
- Inheritance
-
AutoscaleResourceIdBuilder
Methods
BuildCloudServiceResourceId(String, String, Boolean) |
Build the resource id of the cloud service resource to use in Autoscale API. |
BuildMobileServiceResourceId(String) |
Build the resource id of the mobile service resource to use in Autoscale API. |
BuildVirtualMachineResourceId(String, String) |
Builds the resource id of the virtual machine resource. |
BuildWebSiteResourceId(String, String) |
Builds the resource id of the web site resource to use in Autoscale API. |
Applies to
Azure SDK for .NET