다음을 통해 공유


AzureEntityResource 생성자

정의

오버로드

AzureEntityResource()

AzureEntityResource 클래스의 새 instance 초기화합니다.

AzureEntityResource(String, String, String, String)

AzureEntityResource 클래스의 새 instance 초기화합니다.

AzureEntityResource()

AzureEntityResource 클래스의 새 instance 초기화합니다.

public AzureEntityResource();
Public Sub New ()

적용 대상

AzureEntityResource(String, String, String, String)

AzureEntityResource 클래스의 새 instance 초기화합니다.

public AzureEntityResource(string id = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.AzureStackHCI.Models.AzureEntityResource : string * string * string * string -> Microsoft.Azure.Management.AzureStackHCI.Models.AzureEntityResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)

매개 변수

id
String

리소스에 대한 정규화된 리소스 ID입니다. 예 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

리소스의 이름입니다.

type
String

리소스 형식입니다. 예- Microsoft.Compute/virtualMachines 또는 Microsoft.Storage/storageAccounts.

etag
String

리소스 Etag.

적용 대상