DscNode 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
DscNode 정의
public class DscNode : Microsoft.Azure.Management.Automation.Models.ResourceBase
[Microsoft.Rest.Serialization.JsonTransformation]
public class DscNode : Microsoft.Azure.Management.Automation.Models.ProxyResource
type DscNode = class
inherit ResourceBase
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DscNode = class
inherit ProxyResource
Public Class DscNode
Inherits ResourceBase
Public Class DscNode
Inherits ProxyResource
- 상속
- 상속
- 특성
생성자
DscNode() |
DscNode 클래스의 새 instance 초기화합니다. |
DscNode(String, String, String, DateTimeOffset, DateTimeOffset, String, String, String, String, String, String, Nullable<Int32>, IList<DscNodeExtensionHandlerAssociationProperty>) |
DscNode 클래스의 새 instance 초기화합니다. |
속성
AccountId |
노드의 계정 ID를 가져오거나 설정합니다. |
DscNodeName |
dsc 노드 구성의 이름을 가져오거나 설정합니다. |
Etag |
리소스의 etag를 가져오거나 설정합니다. |
Etag |
DscNode 정의 (다음에서 상속됨 ResourceBase) |
ExtensionHandler |
Node에 대한 extensionHandler 속성 목록을 가져오거나 설정합니다. |
Id |
DscNode 정의 (다음에서 상속됨 ResourceBase) |
Id |
리소스에 대한 정규화된 리소스 ID를 가져옵니다. (다음에서 상속됨 Resource) |
Ip |
노드의 IP를 가져오거나 설정합니다. |
LastSeen |
노드의 마지막으로 본 시간을 가져오거나 설정합니다. |
Location |
DscNode 정의 (다음에서 상속됨 ResourceBase) |
Name |
DscNode 정의 (다음에서 상속됨 ResourceBase) |
Name |
리소스의 이름을 가져옵니다. (다음에서 상속됨 Resource) |
NodeConfiguration |
DscNode 정의 |
NodeId |
노드 ID를 가져오거나 설정합니다. |
RegistrationTime |
노드의 등록 시간을 가져오거나 설정합니다. |
Status |
노드의 상태 가져오거나 설정합니다. |
Tags |
DscNode 정의 (다음에서 상속됨 ResourceBase) |
TotalCount |
필터 조건과 일치하는 총 레코드 수를 가져옵니다. |
Type |
DscNode 정의 (다음에서 상속됨 ResourceBase) |
Type |
리소스의 형식을 가져옵니다. (다음에서 상속됨 Resource) |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET