다음을 통해 공유


ScheduledAction interface

예약된 작업 정의입니다.

Extends

속성

displayName

예약된 작업 이름입니다.

fileDestination

뷰 데이터의 대상 형식입니다. 선택 사항입니다.

notification

예약된 작업 종류에 따른 알림 속성입니다.

notificationEmail

구독 취소 요청 및 알림 이메일을 받아야 하는 연락 지점의 이메일 주소입니다.

schedule

예약된 작업의 일정입니다.

scope

구독 범위의 경우 'subscriptions/{subscriptionId}'와 같은 Cost Management 범위, resourceGroup 범위의 경우 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', 청구 계정 범위에 대한 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' - 부서 범위의 경우 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}', 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{ enrollmentAccount 범위의 enrollmentAccountId}', BillingProfile 범위에 대한 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' InvoiceSection 범위의 경우 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}', ExternalBillingAccount 범위의 경우 '/providers/Microsoft.CostManagement/externalBillingAccountName}', '/providers/Microsoft. ExternalSubscription 범위에 대한 CostManagement/externalSubscriptions/{externalSubscriptionName}'

status

예약된 작업의 상태입니다.

viewId

예약된 작업에 사용되는 비용 분석 viewId입니다. 예: '/providers/Microsoft.CostManagement/views/swaggerExample'

상속된 속성

eTag

리소스 Etag. 업데이트 호출의 경우 eTag는 선택 사항이며 낙관적 동시성을 달성하기 위해 지정할 수 있습니다. 먼저 'GET' 호출을 수행한 다음, 업데이트를 수행하는 동안 최신 eTag를 요청 본문의 일부로 포함하거나 'If-Match' 헤더를 포함하여 리소스의 eTag를 가져옵니다. 호출 만들기의 경우 eTag가 필요하지 않습니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

id

리소스에 대한 정규화된 리소스 ID입니다. 예 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 참고: 이 속성은 직렬화되지 않습니다. 서버에서만 채울 수 있습니다.

kind

예약된 작업의 종류입니다.

name

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

systemData

예약된 작업의 종류입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

type

리소스의 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts" 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

속성 세부 정보

displayName

예약된 작업 이름입니다.

displayName?: string

속성 값

string

fileDestination

뷰 데이터의 대상 형식입니다. 선택 사항입니다.

fileDestination?: FileDestination

속성 값

notification

예약된 작업 종류에 따른 알림 속성입니다.

notification?: NotificationProperties

속성 값

notificationEmail

구독 취소 요청 및 알림 이메일을 받아야 하는 연락 지점의 이메일 주소입니다.

notificationEmail?: string

속성 값

string

schedule

예약된 작업의 일정입니다.

schedule?: ScheduleProperties

속성 값

scope

구독 범위의 경우 'subscriptions/{subscriptionId}'와 같은 Cost Management 범위, resourceGroup 범위의 경우 'subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', 청구 계정 범위에 대한 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}' - 부서 범위의 경우 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}', 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{ enrollmentAccount 범위의 enrollmentAccountId}', BillingProfile 범위에 대한 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' InvoiceSection 범위의 경우 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/invoiceSections/{invoiceSectionId}', ExternalBillingAccount 범위의 경우 '/providers/Microsoft.CostManagement/externalBillingAccountName}', '/providers/Microsoft. ExternalSubscription 범위에 대한 CostManagement/externalSubscriptions/{externalSubscriptionName}'

scope?: string

속성 값

string

status

예약된 작업의 상태입니다.

status?: string

속성 값

string

viewId

예약된 작업에 사용되는 비용 분석 viewId입니다. 예: '/providers/Microsoft.CostManagement/views/swaggerExample'

viewId?: string

속성 값

string

상속된 속성 세부 정보

eTag

리소스 Etag. 업데이트 호출의 경우 eTag는 선택 사항이며 낙관적 동시성을 달성하기 위해 지정할 수 있습니다. 먼저 'GET' 호출을 수행한 다음, 업데이트를 수행하는 동안 최신 eTag를 요청 본문의 일부로 포함하거나 'If-Match' 헤더를 포함하여 리소스의 eTag를 가져옵니다. 호출 만들기의 경우 eTag가 필요하지 않습니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

eTag?: string

속성 값

string

ScheduledActionProxyResource.eTag 상속된

id

리소스에 대한 정규화된 리소스 ID입니다. 예 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 참고: 이 속성은 직렬화되지 않습니다. 서버에서만 채울 수 있습니다.

id?: string

속성 값

string

ScheduledActionProxyResource.id 상속된

kind

예약된 작업의 종류입니다.

kind?: string

속성 값

string

ScheduledActionProxyResource.kind 상속된

name

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

name?: string

속성 값

string

ScheduledActionProxyResource.name 상속된

systemData

예약된 작업의 종류입니다. 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

systemData?: SystemData

속성 값

ScheduledActionProxyResource.systemData 상속된

type

리소스의 형식입니다. 예: "Microsoft.Compute/virtualMachines" 또는 "Microsoft.Storage/storageAccounts" 참고: 이 속성은 serialize되지 않습니다. 서버에서만 채울 수 있습니다.

type?: string

속성 값

string

ScheduledActionProxyResource.type 상속된