共用方式為


ResourceIdBuilder Class

Definition

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

public static class ResourceIdBuilder
type ResourceIdBuilder = class
Public Class ResourceIdBuilder
Inheritance
ResourceIdBuilder

Methods

BuildCloudServiceResourceId(String, String, String, String)

Build the resource id of the compute resource.

BuildHdInsightResourceId(String, String)

Builds the resource id of the HD Insight resource.

BuildMobileServiceResourceId(String)

Build the resource id of the mobile service resource.

BuildServiceBusResourceId(String, String, String)

Builds the resource id of the service bus resource.

BuildServiceBusTopicSubscriptionResourceId(String, String, String)

Builds the resource id of the service bus topic subscription.

BuildStorageResourceId(String, String)

Builds the resource id of the storage resource.

BuildVirtualMachineResourceId(String, String, String, String)

Builds the resource id of the virtual machine resource.

BuildWebSiteResourceId(String, String)

Builds the resource id of the web site resource.

Applies to