다음을 통해 공유


ProxyResource 생성자

정의

오버로드

ProxyResource()

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

ProxyResource(String, String, String)

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

ProxyResource()

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

public ProxyResource ();
Public Sub New ()

적용 대상

ProxyResource(String, String, String)

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

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

매개 변수

id
String

리소스에 대한 정규화된 리소스 ID

name
String

리소스의 이름입니다.

type
String

리소스 형식입니다.

적용 대상