ApplyUpdates interface
Interface representing a ApplyUpdates.
Methods
create |
Apply maintenance updates to resource |
create |
Apply maintenance updates to resource |
create |
Apply maintenance updates to resource with parent |
get(string, string, string, string, string, Apply |
Track maintenance updates to resource |
get |
Track maintenance updates to resource with parent |
list(Apply |
Get Configuration records within a subscription |
Method Details
createOrUpdate(string, string, string, string, ApplyUpdatesCreateOrUpdateOptionalParams)
Apply maintenance updates to resource
function createOrUpdate(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateOptionalParams): Promise<ApplyUpdate>
Parameters
- resourceGroupName
-
string
Resource group name
- providerName
-
string
Resource provider name
- resourceType
-
string
Resource type
- resourceName
-
string
Resource identifier
The options parameters.
Returns
Promise<ApplyUpdate>
createOrUpdateOrCancel(string, string, string, string, string, ApplyUpdate, ApplyUpdatesCreateOrUpdateOrCancelOptionalParams)
Apply maintenance updates to resource
function createOrUpdateOrCancel(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, applyUpdate: ApplyUpdate, options?: ApplyUpdatesCreateOrUpdateOrCancelOptionalParams): Promise<ApplyUpdate>
Parameters
- resourceGroupName
-
string
Resource group name
- providerName
-
string
Resource provider name
- resourceType
-
string
Resource type
- resourceName
-
string
Resource identifier
- applyUpdateName
-
string
ApplyUpdate name
- applyUpdate
- ApplyUpdate
The ApplyUpdate
The options parameters.
Returns
Promise<ApplyUpdate>
createOrUpdateParent(string, string, string, string, string, string, ApplyUpdatesCreateOrUpdateParentOptionalParams)
Apply maintenance updates to resource with parent
function createOrUpdateParent(resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, options?: ApplyUpdatesCreateOrUpdateParentOptionalParams): Promise<ApplyUpdate>
Parameters
- resourceGroupName
-
string
Resource group name
- providerName
-
string
Resource provider name
- resourceParentType
-
string
Resource parent type
- resourceParentName
-
string
Resource parent identifier
- resourceType
-
string
Resource type
- resourceName
-
string
Resource identifier
The options parameters.
Returns
Promise<ApplyUpdate>
get(string, string, string, string, string, ApplyUpdatesGetOptionalParams)
Track maintenance updates to resource
function get(resourceGroupName: string, providerName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetOptionalParams): Promise<ApplyUpdate>
Parameters
- resourceGroupName
-
string
Resource group name
- providerName
-
string
Resource provider name
- resourceType
-
string
Resource type
- resourceName
-
string
Resource identifier
- applyUpdateName
-
string
applyUpdate Id
- options
- ApplyUpdatesGetOptionalParams
The options parameters.
Returns
Promise<ApplyUpdate>
getParent(string, string, string, string, string, string, string, ApplyUpdatesGetParentOptionalParams)
Track maintenance updates to resource with parent
function getParent(resourceGroupName: string, providerName: string, resourceParentType: string, resourceParentName: string, resourceType: string, resourceName: string, applyUpdateName: string, options?: ApplyUpdatesGetParentOptionalParams): Promise<ApplyUpdate>
Parameters
- resourceGroupName
-
string
Resource group name
- providerName
-
string
Resource provider name
- resourceParentType
-
string
Resource parent type
- resourceParentName
-
string
Resource parent identifier
- resourceType
-
string
Resource type
- resourceName
-
string
Resource identifier
- applyUpdateName
-
string
applyUpdate Id
The options parameters.
Returns
Promise<ApplyUpdate>
list(ApplyUpdatesListOptionalParams)
Get Configuration records within a subscription
function list(options?: ApplyUpdatesListOptionalParams): PagedAsyncIterableIterator<ApplyUpdate, ApplyUpdate[], PageSettings>
Parameters
- options
- ApplyUpdatesListOptionalParams
The options parameters.
Returns
Azure SDK for JavaScript