Resource 생성자

정의

오버로드

Resource()

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

Resource(String, String, String)

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

Resource()

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

public Resource ();
Public Sub New ()

적용 대상

Resource(String, String, String)

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

public Resource (string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Avs.Models.Resource : string * string * string -> Microsoft.Azure.Management.Avs.Models.Resource
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

리소스 종류.

적용 대상