다음을 통해 공유


Resource 생성자

정의

오버로드

Resource()

Resource 클래스의 새 인스턴스를 초기화합니다.

Resource(String, String, String, String, IDictionary<String,String>)

Resource 클래스의 새 인스턴스를 초기화합니다.

Resource()

Resource 클래스의 새 인스턴스를 초기화합니다.

public Resource ();
Public Sub New ()

적용 대상

Resource(String, String, String, String, IDictionary<String,String>)

Resource 클래스의 새 인스턴스를 초기화합니다.

public Resource (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Batch.Models.Resource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Batch.Models.Resource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

매개 변수

id
String

리소스의 ID입니다.

name
String

리소스의 이름입니다.

type
String

리소스 형식입니다.

location
String

리소스의 위치입니다.

tags
IDictionary<String,String>

리소스의 태그입니다.

적용 대상