Delen via


ApplyUpdates interface

Interface die een ApplyUpdates vertegenwoordigt.

Methoden

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

Onderhoudsupdates toepassen op resources

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

Onderhoudsupdates toepassen op resources

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

Onderhoudsupdates toepassen op resources met bovenliggende resource

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

Onderhoudsupdates voor resources bijhouden

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

Onderhoudsupdates bijhouden voor resources met bovenliggend item

list(ApplyUpdatesListOptionalParams)

Configuratierecords binnen een abonnement ophalen

Methodedetails

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

Onderhoudsupdates toepassen op resources

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

Parameters

resourceGroupName

string

Naam van resourcegroep

providerName

string

Naam van resourceprovider

resourceType

string

Hulpmiddeltype

resourceName

string

Resource-id

options
ApplyUpdatesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

Promise<ApplyUpdate>

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

Onderhoudsupdates toepassen op resources

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

Parameters

resourceGroupName

string

Naam van resourcegroep

providerName

string

Naam van resourceprovider

resourceType

string

Hulpmiddeltype

resourceName

string

Resource-id

applyUpdateName

string

ApplyUpdate-naam

applyUpdate
ApplyUpdate

De ApplyUpdate

Retouren

Promise<ApplyUpdate>

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

Onderhoudsupdates toepassen op resources met bovenliggende resource

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

Parameters

resourceGroupName

string

Naam van resourcegroep

providerName

string

Naam van resourceprovider

resourceParentType

string

Bovenliggend type resource

resourceParentName

string

Bovenliggende resource-id

resourceType

string

Hulpmiddeltype

resourceName

string

Resource-id

options
ApplyUpdatesCreateOrUpdateParentOptionalParams

De optiesparameters.

Retouren

Promise<ApplyUpdate>

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

Onderhoudsupdates voor resources bijhouden

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

Parameters

resourceGroupName

string

Naam van resourcegroep

providerName

string

Naam van resourceprovider

resourceType

string

Hulpmiddeltype

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 bijhouden voor resources met bovenliggend item

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 resourcegroep

providerName

string

Naam van resourceprovider

resourceParentType

string

Bovenliggend type resource

resourceParentName

string

Bovenliggende resource-id

resourceType

string

Hulpmiddeltype

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