Lezen in het Engels

Delen via


ApplyUpdates interface

Interface die een ApplyUpdates vertegenwoordigt.

Methoden

Methodedetails

createOrUpdate(string, string, string, string, ApplyUpdatesCreateOrUpdateOptionalParams)

Onderhoudsupdates toepassen op resource

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

Parameters

resourceGroupName

string

Naam van de resourcegroep

providerName

string

Naam van resourceprovider

resourceType

string

Resourcetype

resourceName

string

Resource-id

options
ApplyUpdatesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<ApplyUpdate>

createOrUpdateOrCancel(string, string, string, string, string, ApplyUpdate, ApplyUpdatesCreateOrUpdateOrCancelOptionalParams)

Onderhoudsupdates toepassen op resource

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

Parameters

resourceGroupName

string

Naam van de resourcegroep

providerName

string

Naam van resourceprovider

resourceType

string

Resourcetype

resourceName

string

Resource-id

applyUpdateName

string

ApplyUpdate-naam

applyUpdate
ApplyUpdate

The ApplyUpdate

Retouren

Promise<ApplyUpdate>

createOrUpdateParent(string, string, string, string, string, string, ApplyUpdatesCreateOrUpdateParentOptionalParams)

Onderhoudsupdates toepassen op resource met bovenliggend element

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

Parameters

resourceGroupName

string

Naam van de resourcegroep

providerName

string

Naam van resourceprovider

resourceParentType

string

Bovenliggend type resource

resourceParentName

string

Bovenliggende resource-id

resourceType

string

Resourcetype

resourceName

string

Resource-id

options
ApplyUpdatesCreateOrUpdateParentOptionalParams

De optiesparameters.

Retouren

Promise<ApplyUpdate>

get(string, string, string, string, string, ApplyUpdatesGetOptionalParams)

Onderhoudsupdates voor de resource bijhouden

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

Parameters

resourceGroupName

string

Naam van de resourcegroep

providerName

string

Naam van resourceprovider

resourceType

string

Resourcetype

resourceName

string

Resource-id

applyUpdateName

string

applyUpdate Id

options
ApplyUpdatesGetOptionalParams

De optiesparameters.

Retouren

Promise<ApplyUpdate>

getParent(string, string, string, string, string, string, string, ApplyUpdatesGetParentOptionalParams)

Onderhoudsupdates voor resource bijhouden met bovenliggend element

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

Parameters

resourceGroupName

string

Naam van de resourcegroep

providerName

string

Naam van resourceprovider

resourceParentType

string

Bovenliggend type resource

resourceParentName

string

Bovenliggende resource-id

resourceType

string

Resourcetype

resourceName

string

Resource-id

applyUpdateName

string

applyUpdate Id

options
ApplyUpdatesGetParentOptionalParams

De optiesparameters.

Retouren

Promise<ApplyUpdate>

list(ApplyUpdatesListOptionalParams)

Configuratierecords binnen een abonnement ophalen

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

Parameters

options
ApplyUpdatesListOptionalParams

De optiesparameters.

Retouren