ProxyResource 생성자

정의

오버로드

ProxyResource()

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

ProxyResource(String, String, String, String)

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

ProxyResource()

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

public ProxyResource ();
Public Sub New ()

적용 대상

ProxyResource(String, String, String, String)

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

public ProxyResource (string id = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.Batch.Models.ProxyResource : string * string * string * string -> Microsoft.Azure.Management.Batch.Models.ProxyResource
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입니다.

name
String

리소스의 이름입니다.

type
String

리소스 형식입니다.

etag
String

동시성 문에 사용되는 리소스의 ETag입니다.

적용 대상