다음을 통해 공유


Module interface

모듈 형식의 정의입니다.

Extends

속성

activityCount

모듈의 작업 수를 가져오거나 설정합니다.

contentLink

모듈의 contentLink를 가져오거나 설정합니다.

creationTime

생성 시간을 가져오거나 설정합니다.

description

설명을 가져오거나 설정합니다.

error

모듈의 오류 정보를 가져오거나 설정합니다.

etag

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

isComposite

모듈의 복합 여부인 경우 모듈의 형식을 가져오거나 설정합니다.

isGlobal

모듈의 isGlobal 플래그를 가져오거나 설정합니다.

lastModifiedTime

마지막으로 수정한 시간을 가져오거나 설정합니다.

provisioningState

모듈의 프로비전 상태를 가져오거나 설정합니다. 가능한 값은 'Created', 'Creating', 'StartingImportModuleRunbook', 'RunningImportModuleRunbook', 'ContentRetrieved', 'ContentDownloaded', 'ContentValidated', 'ConnectionTypeImported', 'ContentStored', 'ModuleDataStored', 'ActivitiesStored', 'ModuleImportRunbookComplete', 'Succeeded', 'Failed', 'Canceled', 'Updating'

sizeInBytes

모듈의 크기(바이트)를 가져오거나 설정합니다.

version

모듈의 버전을 가져오거나 설정합니다.

상속된 속성

id

리소스에 대한 정규화된 리소스 ID 참고: 이 속성은 직렬화되지 않습니다. 서버에서만 채울 수 있습니다.

location

리소스가 있는 Azure 지역

name

리소스의 이름 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

tags

리소스 태그.

type

리소스 형식입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

속성 세부 정보

activityCount

모듈의 작업 수를 가져오거나 설정합니다.

activityCount?: number

속성 값

number

모듈의 contentLink를 가져오거나 설정합니다.

contentLink?: ContentLink

속성 값

creationTime

생성 시간을 가져오거나 설정합니다.

creationTime?: Date

속성 값

Date

description

설명을 가져오거나 설정합니다.

description?: string

속성 값

string

error

모듈의 오류 정보를 가져오거나 설정합니다.

error?: ModuleErrorInfo

속성 값

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

상속된TrackedResource.id

location

리소스가 있는 Azure 지역

location?: string

속성 값

string

TrackedResource.location에서 상속

name

리소스의 이름 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

name?: string

속성 값

string

상속된TrackedResource.name

tags

리소스 태그.

tags?: {[propertyName: string]: string}

속성 값

{[propertyName: string]: string}

TrackedResource.tags에서 상속

type

리소스 형식입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

type?: string

속성 값

string

TrackedResource.type에서 상속