Delen via


Springbootsites interface

Interface die een Springbootsites vertegenwoordigt.

Methoden

beginDelete(string, string, SpringbootsitesDeleteOptionalParams)

Verwijder een bron voor springbootsites.

beginDeleteAndWait(string, string, SpringbootsitesDeleteOptionalParams)

Verwijder een bron voor springbootsites.

beginTriggerRefreshSite(string, string, SpringbootsitesTriggerRefreshSiteOptionalParams)

Activeer refresh springbootsites-actie

beginTriggerRefreshSiteAndWait(string, string, SpringbootsitesTriggerRefreshSiteOptionalParams)

Activeer refresh springbootsites-actie

beginUpdate(string, string, SpringbootsitesPatch, SpringbootsitesUpdateOptionalParams)

Werk een bron voor springbootsites bij.

beginUpdateAndWait(string, string, SpringbootsitesPatch, SpringbootsitesUpdateOptionalParams)

Werk een bron voor springbootsites bij.

createOrUpdate(string, string, SpringbootsitesModel, SpringbootsitesCreateOrUpdateOptionalParams)

Maak een bron voor springbootsites.

get(string, string, SpringbootsitesGetOptionalParams)

Koop een bron voor springbootsites.

listByResourceGroup(string, SpringbootsitesListByResourceGroupOptionalParams)

Maak een lijst van springbootsites-bronnen per resourceGroup.

listBySubscription(SpringbootsitesListBySubscriptionOptionalParams)

Lijst van springbootsites-bronnen op abonnement

Methodedetails

beginDelete(string, string, SpringbootsitesDeleteOptionalParams)

Verwijder een bron voor springbootsites.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

springbootsitesName

string

De naam van de springbootsites.

options
SpringbootsitesDeleteOptionalParams

De optiesparameters.

Retouren

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

beginDeleteAndWait(string, string, SpringbootsitesDeleteOptionalParams)

Verwijder een bron voor springbootsites.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

springbootsitesName

string

De naam van de springbootsites.

options
SpringbootsitesDeleteOptionalParams

De optiesparameters.

Retouren

beginTriggerRefreshSite(string, string, SpringbootsitesTriggerRefreshSiteOptionalParams)

Activeer refresh springbootsites-actie

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

springbootsitesName

string

De naam van de springbootsites.

Retouren

beginTriggerRefreshSiteAndWait(string, string, SpringbootsitesTriggerRefreshSiteOptionalParams)

Activeer refresh springbootsites-actie

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

springbootsitesName

string

De naam van de springbootsites.

Retouren

beginUpdate(string, string, SpringbootsitesPatch, SpringbootsitesUpdateOptionalParams)

Werk een bron voor springbootsites bij.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

springbootsitesName

string

De naam van de springbootsites.

springbootsites
SpringbootsitesPatch

Werk een payload van springbootsites bij.

options
SpringbootsitesUpdateOptionalParams

De optiesparameters.

Retouren

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

beginUpdateAndWait(string, string, SpringbootsitesPatch, SpringbootsitesUpdateOptionalParams)

Werk een bron voor springbootsites bij.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

springbootsitesName

string

De naam van de springbootsites.

springbootsites
SpringbootsitesPatch

Werk een payload van springbootsites bij.

options
SpringbootsitesUpdateOptionalParams

De optiesparameters.

Retouren

createOrUpdate(string, string, SpringbootsitesModel, SpringbootsitesCreateOrUpdateOptionalParams)

Maak een bron voor springbootsites.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

springbootsitesName

string

De naam van de springbootsites.

springbootsites
SpringbootsitesModel

Maak een payload voor springbootsites.

options
SpringbootsitesCreateOrUpdateOptionalParams

De optiesparameters.

Retouren

get(string, string, SpringbootsitesGetOptionalParams)

Koop een bron voor springbootsites.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

springbootsitesName

string

De naam van de springbootsites.

options
SpringbootsitesGetOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, SpringbootsitesListByResourceGroupOptionalParams)

Maak een lijst van springbootsites-bronnen per resourceGroup.

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

Parameters

resourceGroupName

string

De naam van de resourcegroep. De naam is hoofdletterongevoelig.

Retouren

listBySubscription(SpringbootsitesListBySubscriptionOptionalParams)

Lijst van springbootsites-bronnen op abonnement

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

Parameters

Retouren