Partager via


Springbootsites interface

Interface représentant un Springbootsites.

Méthodes

beginDelete(string, string, SpringbootsitesDeleteOptionalParams)

Supprimer une ressource springbootsites.

beginDeleteAndWait(string, string, SpringbootsitesDeleteOptionalParams)

Supprimer une ressource springbootsites.

beginTriggerRefreshSite(string, string, SpringbootsitesTriggerRefreshSiteOptionalParams)

Déclencher l’actualisation de l’action springbootsites

beginTriggerRefreshSiteAndWait(string, string, SpringbootsitesTriggerRefreshSiteOptionalParams)

Déclencher l’actualisation de l’action springbootsites

beginUpdate(string, string, SpringbootsitesPatch, SpringbootsitesUpdateOptionalParams)

Mettre à jour une ressource springbootsites.

beginUpdateAndWait(string, string, SpringbootsitesPatch, SpringbootsitesUpdateOptionalParams)

Mettre à jour une ressource springbootsites.

createOrUpdate(string, string, SpringbootsitesModel, SpringbootsitesCreateOrUpdateOptionalParams)

Créez une ressource springbootsites.

get(string, string, SpringbootsitesGetOptionalParams)

Obtenez une ressource springbootsites.

listByResourceGroup(string, SpringbootsitesListByResourceGroupOptionalParams)

Répertoriez les ressources springbootsites par resourceGroup.

listBySubscription(SpringbootsitesListBySubscriptionOptionalParams)

Répertorier les ressources springbootsites par abonnement

Détails de la méthode

beginDelete(string, string, SpringbootsitesDeleteOptionalParams)

Supprimer une ressource springbootsites.

function beginDelete(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootsitesDeleteHeaders>, SpringbootsitesDeleteHeaders>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

springbootsitesName

string

Le nom springbootsites.

options
SpringbootsitesDeleteOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<SpringbootsitesDeleteHeaders>, SpringbootsitesDeleteHeaders>>

beginDeleteAndWait(string, string, SpringbootsitesDeleteOptionalParams)

Supprimer une ressource springbootsites.

function beginDeleteAndWait(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesDeleteOptionalParams): Promise<SpringbootsitesDeleteHeaders>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

springbootsitesName

string

Le nom springbootsites.

options
SpringbootsitesDeleteOptionalParams

Paramètres d’options.

Retours

beginTriggerRefreshSite(string, string, SpringbootsitesTriggerRefreshSiteOptionalParams)

Déclencher l’actualisation de l’action springbootsites

function beginTriggerRefreshSite(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesTriggerRefreshSiteOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootsitesTriggerRefreshSiteHeaders>, SpringbootsitesTriggerRefreshSiteHeaders>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

springbootsitesName

string

Le nom springbootsites.

options
SpringbootsitesTriggerRefreshSiteOptionalParams

Paramètres d’options.

Retours

beginTriggerRefreshSiteAndWait(string, string, SpringbootsitesTriggerRefreshSiteOptionalParams)

Déclencher l’actualisation de l’action springbootsites

function beginTriggerRefreshSiteAndWait(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesTriggerRefreshSiteOptionalParams): Promise<SpringbootsitesTriggerRefreshSiteHeaders>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

springbootsitesName

string

Le nom springbootsites.

options
SpringbootsitesTriggerRefreshSiteOptionalParams

Paramètres d’options.

Retours

beginUpdate(string, string, SpringbootsitesPatch, SpringbootsitesUpdateOptionalParams)

Mettre à jour une ressource springbootsites.

function beginUpdate(resourceGroupName: string, springbootsitesName: string, springbootsites: SpringbootsitesPatch, options?: SpringbootsitesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootsitesModel>, SpringbootsitesModel>>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

springbootsitesName

string

Le nom springbootsites.

springbootsites
SpringbootsitesPatch

Mettre à jour une charge utile springbootsites.

options
SpringbootsitesUpdateOptionalParams

Paramètres d’options.

Retours

Promise<@azure/core-lro.SimplePollerLike<OperationState<SpringbootsitesModel>, SpringbootsitesModel>>

beginUpdateAndWait(string, string, SpringbootsitesPatch, SpringbootsitesUpdateOptionalParams)

Mettre à jour une ressource springbootsites.

function beginUpdateAndWait(resourceGroupName: string, springbootsitesName: string, springbootsites: SpringbootsitesPatch, options?: SpringbootsitesUpdateOptionalParams): Promise<SpringbootsitesModel>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

springbootsitesName

string

Le nom springbootsites.

springbootsites
SpringbootsitesPatch

Mettre à jour une charge utile springbootsites.

options
SpringbootsitesUpdateOptionalParams

Paramètres d’options.

Retours

createOrUpdate(string, string, SpringbootsitesModel, SpringbootsitesCreateOrUpdateOptionalParams)

Créez une ressource springbootsites.

function createOrUpdate(resourceGroupName: string, springbootsitesName: string, springbootsites: SpringbootsitesModel, options?: SpringbootsitesCreateOrUpdateOptionalParams): Promise<SpringbootsitesModel>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

springbootsitesName

string

Le nom springbootsites.

springbootsites
SpringbootsitesModel

Créez une charge utile springbootsites.

options
SpringbootsitesCreateOrUpdateOptionalParams

Paramètres d’options.

Retours

get(string, string, SpringbootsitesGetOptionalParams)

Obtenez une ressource springbootsites.

function get(resourceGroupName: string, springbootsitesName: string, options?: SpringbootsitesGetOptionalParams): Promise<SpringbootsitesModel>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

springbootsitesName

string

Le nom springbootsites.

options
SpringbootsitesGetOptionalParams

Paramètres d’options.

Retours

listByResourceGroup(string, SpringbootsitesListByResourceGroupOptionalParams)

Répertoriez les ressources springbootsites par resourceGroup.

function listByResourceGroup(resourceGroupName: string, options?: SpringbootsitesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SpringbootsitesModel, SpringbootsitesModel[], PageSettings>

Paramètres

resourceGroupName

string

Nom du groupe de ressources. Le nom ne respecte pas la casse.

options
SpringbootsitesListByResourceGroupOptionalParams

Paramètres d’options.

Retours

listBySubscription(SpringbootsitesListBySubscriptionOptionalParams)

Répertorier les ressources springbootsites par abonnement

function listBySubscription(options?: SpringbootsitesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SpringbootsitesModel, SpringbootsitesModel[], PageSettings>

Paramètres

options
SpringbootsitesListBySubscriptionOptionalParams

Paramètres d’options.

Retours