Module interface
모듈 형식의 정의입니다.
- Extends
속성
activity |
모듈의 작업 수를 가져오거나 설정합니다. |
content |
모듈의 contentLink를 가져오거나 설정합니다. |
creation |
생성 시간을 가져오거나 설정합니다. |
description | 설명을 가져오거나 설정합니다. |
error | 모듈의 오류 정보를 가져오거나 설정합니다. |
etag | 리소스의 etag를 가져오거나 설정합니다. |
is |
모듈의 복합 여부인 경우 모듈의 형식을 가져오거나 설정합니다. |
is |
모듈의 isGlobal 플래그를 가져오거나 설정합니다. |
last |
마지막으로 수정한 시간을 가져오거나 설정합니다. |
provisioning |
모듈의 프로비전 상태를 가져오거나 설정합니다. 가능한 값은 'Created', 'Creating', 'StartingImportModuleRunbook', 'RunningImportModuleRunbook', 'ContentRetrieved', 'ContentDownloaded', 'ContentValidated', 'ConnectionTypeImported', 'ContentStored', 'ModuleDataStored', 'ActivitiesStored', 'ModuleImportRunbookComplete', 'Succeeded', 'Failed', 'Canceled', 'Updating' |
size |
모듈의 크기(바이트)를 가져오거나 설정합니다. |
version | 모듈의 버전을 가져오거나 설정합니다. |
상속된 속성
id | 리소스에 대한 정규화된 리소스 ID 참고: 이 속성은 직렬화되지 않습니다. 서버에서만 채울 수 있습니다. |
location | 리소스가 있는 Azure 지역 |
name | 리소스의 이름 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다. |
tags | 리소스 태그. |
type | 리소스 형식입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다. |
속성 세부 정보
activityCount
모듈의 작업 수를 가져오거나 설정합니다.
activityCount?: number
속성 값
number
contentLink
creationTime
생성 시간을 가져오거나 설정합니다.
creationTime?: Date
속성 값
Date
description
설명을 가져오거나 설정합니다.
description?: string
속성 값
string
error
etag
리소스의 etag를 가져오거나 설정합니다.
etag?: string
속성 값
string
isComposite
모듈의 복합 여부인 경우 모듈의 형식을 가져오거나 설정합니다.
isComposite?: boolean
속성 값
boolean
isGlobal
모듈의 isGlobal 플래그를 가져오거나 설정합니다.
isGlobal?: boolean
속성 값
boolean
lastModifiedTime
마지막으로 수정한 시간을 가져오거나 설정합니다.
lastModifiedTime?: Date
속성 값
Date
provisioningState
모듈의 프로비전 상태를 가져오거나 설정합니다. 가능한 값은 'Created', 'Creating', 'StartingImportModuleRunbook', 'RunningImportModuleRunbook', 'ContentRetrieved', 'ContentDownloaded', 'ContentValidated', 'ConnectionTypeImported', 'ContentStored', 'ModuleDataStored', 'ActivitiesStored', 'ModuleImportRunbookComplete', 'Succeeded', 'Failed', 'Canceled', 'Updating'
provisioningState?: ModuleProvisioningState
속성 값
sizeInBytes
모듈의 크기(바이트)를 가져오거나 설정합니다.
sizeInBytes?: number
속성 값
number
version
모듈의 버전을 가져오거나 설정합니다.
version?: string
속성 값
string
상속된 속성 세부 정보
id
리소스에 대한 정규화된 리소스 ID 참고: 이 속성은 직렬화되지 않습니다. 서버에서만 채울 수 있습니다.
id?: string
속성 값
string
location
name
리소스의 이름 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.
name?: string
속성 값
string
tags
리소스 태그.
tags?: {[propertyName: string]: string}
속성 값
{[propertyName: string]: string}
TrackedResource.tags에서 상속됨
type
리소스 형식입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.
type?: string
속성 값
string
TrackedResource.type에서 상속됨