다음을 통해 공유


DscNode 생성자

정의

오버로드

DscNode()

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

DscNode(String, String, String, DateTimeOffset, DateTimeOffset, String, String, String, String, String, String, Nullable<Int32>, IList<DscNodeExtensionHandlerAssociationProperty>)

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

DscNode()

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

public DscNode ();
Public Sub New ()

적용 대상

DscNode(String, String, String, DateTimeOffset, DateTimeOffset, String, String, String, String, String, String, Nullable<Int32>, IList<DscNodeExtensionHandlerAssociationProperty>)

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

public DscNode (string id = default, string name = default, string type = default, DateTimeOffset lastSeen = default, DateTimeOffset registrationTime = default, string ip = default, string accountId = default, string dscNodeName = default, string status = default, string nodeId = default, string etag = default, int? totalCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.DscNodeExtensionHandlerAssociationProperty> extensionHandler = default);
new Microsoft.Azure.Management.Automation.Models.DscNode : string * string * string * DateTimeOffset * DateTimeOffset * string * string * string * string * string * string * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.DscNodeExtensionHandlerAssociationProperty> -> Microsoft.Azure.Management.Automation.Models.DscNode
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional lastSeen As DateTimeOffset = Nothing, Optional registrationTime As DateTimeOffset = Nothing, Optional ip As String = Nothing, Optional accountId As String = Nothing, Optional dscNodeName As String = Nothing, Optional status As String = Nothing, Optional nodeId As String = Nothing, Optional etag As String = Nothing, Optional totalCount As Nullable(Of Integer) = Nothing, Optional extensionHandler As IList(Of DscNodeExtensionHandlerAssociationProperty) = Nothing)

매개 변수

id
String

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

name
String

리소스의 이름입니다.

type
String

리소스 형식입니다.

lastSeen
DateTimeOffset

노드의 마지막으로 본 시간을 가져오거나 설정합니다.

registrationTime
DateTimeOffset

노드의 등록 시간을 가져오거나 설정합니다.

ip
String

노드의 IP를 가져오거나 설정합니다.

accountId
String

노드의 계정 ID를 가져오거나 설정합니다.

dscNodeName
String

dsc 노드 구성의 이름을 가져오거나 설정합니다.

status
String

노드의 상태 가져오거나 설정합니다.

nodeId
String

노드 ID를 가져오거나 설정합니다.

etag
String

리소스의 etag를 가져오거나 설정합니다.

totalCount
Nullable<Int32>

필터 조건과 일치하는 총 레코드 수를 가져옵니다.

extensionHandler
IList<DscNodeExtensionHandlerAssociationProperty>

Node에 대한 extensionHandler 속성 목록을 가져오거나 설정합니다.

적용 대상