Partager via


ApplyUpdates interface

Interface représentant un ApplyUpdates.

Méthodes

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

Appliquer les mises à jour de maintenance à la ressource

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

Appliquer les mises à jour de maintenance à la ressource

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

Appliquer des mises à jour de maintenance à la ressource avec le parent

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

Suivre les mises à jour de maintenance de la ressource

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

Suivre les mises à jour de maintenance de la ressource avec le parent

list(ApplyUpdatesListOptionalParams)

Obtenir les enregistrements de configuration au sein d’un abonnement

Détails de la méthode

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

Appliquer les mises à jour de maintenance à la ressource

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

Paramètres

resourceGroupName

string

Nom de groupe ressources

providerName

string

Nom du fournisseur de ressources

resourceType

string

Type de ressource

resourceName

string

Identificateur de ressource

options
ApplyUpdatesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

Promise<ApplyUpdate>

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

Appliquer les mises à jour de maintenance à la ressource

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

Paramètres

resourceGroupName

string

Nom de groupe ressources

providerName

string

Nom du fournisseur de ressources

resourceType

string

Type de ressource

resourceName

string

Identificateur de ressource

applyUpdateName

string

ApplyUpdate name

applyUpdate
ApplyUpdate

The ApplyUpdate

options
ApplyUpdatesCreateOrUpdateOrCancelOptionalParams

Paramètres d’options.

Retours

Promise<ApplyUpdate>

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

Appliquer des mises à jour de maintenance à la ressource avec le parent

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

Paramètres

resourceGroupName

string

Nom de groupe ressources

providerName

string

Nom du fournisseur de ressources

resourceParentType

string

Type parent de ressource

resourceParentName

string

Identificateur parent de ressource

resourceType

string

Type de ressource

resourceName

string

Identificateur de ressource

options
ApplyUpdatesCreateOrUpdateParentOptionalParams

Paramètres d’options.

Retours

Promise<ApplyUpdate>

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

Suivre les mises à jour de maintenance de la ressource

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

Paramètres

resourceGroupName

string

Nom de groupe ressources

providerName

string

Nom du fournisseur de ressources

resourceType

string

Type de ressource

resourceName

string

Identificateur de ressource

applyUpdateName

string

applyUpdate ID

options
ApplyUpdatesGetOptionalParams

Paramètres d’options.

Retours

Promise<ApplyUpdate>

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

Suivre les mises à jour de maintenance de la ressource avec le parent

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

Paramètres

resourceGroupName

string

Nom de groupe ressources

providerName

string

Nom du fournisseur de ressources

resourceParentType

string

Type parent de ressource

resourceParentName

string

Identificateur parent de ressource

resourceType

string

Type de ressource

resourceName

string

Identificateur de ressource

applyUpdateName

string

applyUpdate ID

options
ApplyUpdatesGetParentOptionalParams

Paramètres d’options.

Retours

Promise<ApplyUpdate>

list(ApplyUpdatesListOptionalParams)

Obtenir les enregistrements de configuration au sein d’un abonnement

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

Paramètres

options
ApplyUpdatesListOptionalParams

Paramètres d’options.

Retours