Aracılığıyla paylaş


ResourceId Constructors

Definition

Overloads

ResourceId()

Initializes a new instance of the ResourceId class.

ResourceId(String)

Initializes a new instance of the ResourceId class.

ResourceId()

Initializes a new instance of the ResourceId class.

public ResourceId ();
Public Sub New ()

Applies to

ResourceId(String)

Initializes a new instance of the ResourceId class.

public ResourceId (string id = default);
new Microsoft.Azure.Management.HDInsight.Models.ResourceId : string -> Microsoft.Azure.Management.HDInsight.Models.ResourceId
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

The azure resource id.

Applies to