Springbootservers interface
Interface représentant un Springbootservers.
Méthodes
Détails de la méthode
beginDelete(string, string, string, SpringbootserversDeleteOptionalParams)
Supprimez la ressource springbootservers.
function beginDelete(resourceGroupName: string, siteName: string, springbootserversName: string, options?: SpringbootserversDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootserversDeleteHeaders>, SpringbootserversDeleteHeaders>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- siteName
-
string
Nom springbootsites.
- springbootserversName
-
string
Nom springbootservers.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<SpringbootserversDeleteHeaders>, SpringbootserversDeleteHeaders>>
beginDeleteAndWait(string, string, string, SpringbootserversDeleteOptionalParams)
Supprimez la ressource springbootservers.
function beginDeleteAndWait(resourceGroupName: string, siteName: string, springbootserversName: string, options?: SpringbootserversDeleteOptionalParams): Promise<SpringbootserversDeleteHeaders>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- siteName
-
string
Nom springbootsites.
- springbootserversName
-
string
Nom springbootservers.
Paramètres d’options.
Retours
Promise<SpringbootserversDeleteHeaders>
beginUpdate(string, string, string, SpringbootserversPatch, SpringbootserversUpdateOptionalParams)
Mettre à jour la ressource springbootservers.
function beginUpdate(resourceGroupName: string, siteName: string, springbootserversName: string, springbootservers: SpringbootserversPatch, options?: SpringbootserversUpdateOptionalParams): Promise<SimplePollerLike<OperationState<SpringbootserversModel>, SpringbootserversModel>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- siteName
-
string
Nom springbootsites.
- springbootserversName
-
string
Nom springbootservers.
- springbootservers
- SpringbootserversPatch
Mettre à jour une charge utile springbootservers.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<SpringbootserversModel>, SpringbootserversModel>>
beginUpdateAndWait(string, string, string, SpringbootserversPatch, SpringbootserversUpdateOptionalParams)
Mettre à jour la ressource springbootservers.
function beginUpdateAndWait(resourceGroupName: string, siteName: string, springbootserversName: string, springbootservers: SpringbootserversPatch, options?: SpringbootserversUpdateOptionalParams): Promise<SpringbootserversModel>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- siteName
-
string
Nom springbootsites.
- springbootserversName
-
string
Nom springbootservers.
- springbootservers
- SpringbootserversPatch
Mettre à jour une charge utile springbootservers.
Paramètres d’options.
Retours
Promise<SpringbootserversModel>
createOrUpdate(string, string, string, SpringbootserversModel, SpringbootserversCreateOrUpdateOptionalParams)
Créez une ressource springbootservers.
function createOrUpdate(resourceGroupName: string, siteName: string, springbootserversName: string, springbootservers: SpringbootserversModel, options?: SpringbootserversCreateOrUpdateOptionalParams): Promise<SpringbootserversModel>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- siteName
-
string
Nom springbootsites.
- springbootserversName
-
string
Nom springbootservers.
- springbootservers
- SpringbootserversModel
Créez une charge utile springbootservers.
Paramètres d’options.
Retours
Promise<SpringbootserversModel>
get(string, string, string, SpringbootserversGetOptionalParams)
Répertorier la ressource springbootservers.
function get(resourceGroupName: string, siteName: string, springbootserversName: string, options?: SpringbootserversGetOptionalParams): Promise<SpringbootserversModel>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- siteName
-
string
Nom springbootsites.
- springbootserversName
-
string
Nom springbootservers.
Paramètres d’options.
Retours
Promise<SpringbootserversModel>
listByResourceGroup(string, string, SpringbootserversListByResourceGroupOptionalParams)
Répertorier la ressource springbootservers par resourceGroup
function listByResourceGroup(resourceGroupName: string, siteName: string, options?: SpringbootserversListByResourceGroupOptionalParams): PagedAsyncIterableIterator<SpringbootserversModel, SpringbootserversModel[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- siteName
-
string
Nom springbootsites.
Paramètres d’options.
Retours
listBySubscription(string, SpringbootserversListBySubscriptionOptionalParams)
Répertorier la ressource springbootservers par abonnement
function listBySubscription(siteName: string, options?: SpringbootserversListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SpringbootserversModel, SpringbootserversModel[], PageSettings>
Paramètres
- siteName
-
string
Nom springbootsites.
Paramètres d’options.
Retours
Azure SDK for JavaScript