ApplyUpdatesOperations interface

Interface representing a ApplyUpdates operations.

Properties

createOrUpdate

Apply maintenance updates to resource

createOrUpdateOrCancel

Apply maintenance updates to resource

createOrUpdateParent

Apply maintenance updates to resource with parent

get

Track maintenance updates to resource

getParent

Track maintenance updates to resource with parent

list

Get Configuration records within a subscription

Property Details

createOrUpdate

Apply maintenance updates to resource

createOrUpdate: (resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateOptionalParams) => Promise<ApplyUpdate>

Property Value

(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateOptionalParams) => Promise<ApplyUpdate>

createOrUpdateOrCancel

Apply maintenance updates to resource

createOrUpdateOrCancel: (resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, applyUpdate: ApplyUpdate, options?: ApplyUpdatesCreateOrUpdateOrCancelOptionalParams) => Promise<ApplyUpdate>

Property Value

(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, applyUpdate: ApplyUpdate, options?: ApplyUpdatesCreateOrUpdateOrCancelOptionalParams) => Promise<ApplyUpdate>

createOrUpdateParent

Apply maintenance updates to resource with parent

createOrUpdateParent: (resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateParentOptionalParams) => Promise<ApplyUpdate>

Property Value

(resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateParentOptionalParams) => Promise<ApplyUpdate>

get

Track maintenance updates to resource

get: (resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetOptionalParams) => Promise<ApplyUpdate>

Property Value

(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetOptionalParams) => Promise<ApplyUpdate>

getParent

Track maintenance updates to resource with parent

getParent: (resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetParentOptionalParams) => Promise<ApplyUpdate>

Property Value

(resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetParentOptionalParams) => Promise<ApplyUpdate>

list

Get Configuration records within a subscription

list: (options?: ApplyUpdatesListOptionalParams) => PagedAsyncIterableIterator<ApplyUpdate, ApplyUpdate[], PageSettings>

Property Value

(options?: ApplyUpdatesListOptionalParams) => PagedAsyncIterableIterator<ApplyUpdate, ApplyUpdate[], PageSettings>