ResourceIdBuilder Class

 

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

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

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static BuildCloudServiceResourceId(String, String, String, String)

Build the resource id of the compute resource.

System_CAPS_pubmethodSystem_CAPS_static BuildHdInsightResourceId(String, String)

Builds the resource id of the HD Insight resource.

System_CAPS_pubmethodSystem_CAPS_static BuildMobileServiceResourceId(String)

Build the resource id of the mobile service resource.

System_CAPS_pubmethodSystem_CAPS_static BuildServiceBusResourceId(String, String, String)

Builds the resource id of the service bus resource.

System_CAPS_pubmethodSystem_CAPS_static BuildServiceBusTopicSubscriptionResourceId(String, String, String)

Builds the resource id of the service bus topic subscription.

System_CAPS_pubmethodSystem_CAPS_static BuildStorageResourceId(String, String)

Builds the resource id of the storage resource.

System_CAPS_pubmethodSystem_CAPS_static BuildVirtualMachineResourceId(String, String, 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.

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