Share via


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);
new Microsoft.Azure.Management.BatchAI.Models.ResourceId : string -> Microsoft.Azure.Management.BatchAI.Models.ResourceId
Public Sub New (id As String)

Parameters

id
String

The ID of the resource

Applies to