Springbootsites interface
Interface représentant un Springbootsites.
Méthodes
Détails de la méthode
beginDelete(string, string, SpringbootsitesDeleteOptionalParams)
Supprimez 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
Nom springbootsites.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<SpringbootsitesDeleteHeaders>, SpringbootsitesDeleteHeaders>>
beginDeleteAndWait(string, string, SpringbootsitesDeleteOptionalParams)
Supprimez 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
Nom springbootsites.
Paramètres d’options.
Retours
Promise<SpringbootsitesDeleteHeaders>
beginTriggerRefreshSite(string, string, SpringbootsitesTriggerRefreshSiteOptionalParams)
Déclencher l’action d’actualisation 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
Nom springbootsites.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<SpringbootsitesTriggerRefreshSiteHeaders>, SpringbootsitesTriggerRefreshSiteHeaders>>
beginTriggerRefreshSiteAndWait(string, string, SpringbootsitesTriggerRefreshSiteOptionalParams)
Déclencher l’action d’actualisation 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
Nom springbootsites.
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
Nom springbootsites.
- springbootsites
- SpringbootsitesPatch
Mettre à jour une charge utile springbootsites.
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
Nom springbootsites.
- springbootsites
- SpringbootsitesPatch
Mettre à jour une charge utile springbootsites.
Paramètres d’options.
Retours
Promise<SpringbootsitesModel>
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
Nom springbootsites.
- springbootsites
- SpringbootsitesModel
Créez une charge utile springbootsites.
Paramètres d’options.
Retours
Promise<SpringbootsitesModel>
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
Nom springbootsites.
- options
- SpringbootsitesGetOptionalParams
Paramètres d’options.
Retours
Promise<SpringbootsitesModel>
listByResourceGroup(string, SpringbootsitesListByResourceGroupOptionalParams)
Répertoriez la ressource 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.
Paramètres d’options.
Retours
listBySubscription(SpringbootsitesListBySubscriptionOptionalParams)
Répertorier la ressource springbootsites par abonnement
function listBySubscription(options?: SpringbootsitesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SpringbootsitesModel, SpringbootsitesModel[], PageSettings>
Paramètres
Paramètres d’options.
Retours
Azure SDK for JavaScript