Springbootsites interface

Interface representing a Springbootsites.

Methods

beginDelete(string, string, SpringbootsitesDeleteOptionalParams)

Delete a springbootsites resource.

beginDeleteAndWait(string, string, SpringbootsitesDeleteOptionalParams)

Delete a springbootsites resource.

beginTriggerRefreshSite(string, string, SpringbootsitesTriggerRefreshSiteOptionalParams)

Trigger refresh springbootsites action

beginTriggerRefreshSiteAndWait(string, string, SpringbootsitesTriggerRefreshSiteOptionalParams)

Trigger refresh springbootsites action

beginUpdate(string, string, SpringbootsitesPatch, SpringbootsitesUpdateOptionalParams)

Update a springbootsites resource.

beginUpdateAndWait(string, string, SpringbootsitesPatch, SpringbootsitesUpdateOptionalParams)

Update a springbootsites resource.

createOrUpdate(string, string, SpringbootsitesModel, SpringbootsitesCreateOrUpdateOptionalParams)

Create a springbootsites resource.

get(string, string, SpringbootsitesGetOptionalParams)

Get a springbootsites resource.

listByResourceGroup(string, SpringbootsitesListByResourceGroupOptionalParams)

List springbootsites resource by resourceGroup.

listBySubscription(SpringbootsitesListBySubscriptionOptionalParams)

List springbootsites resource by subscription

Method Details

beginDelete(string, string, SpringbootsitesDeleteOptionalParams)

Delete a springbootsites resource.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

springbootsitesName

string

The springbootsites name.

options
SpringbootsitesDeleteOptionalParams

The options parameters.

Returns

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

beginDeleteAndWait(string, string, SpringbootsitesDeleteOptionalParams)

Delete a springbootsites resource.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

springbootsitesName

string

The springbootsites name.

options
SpringbootsitesDeleteOptionalParams

The options parameters.

Returns

beginTriggerRefreshSite(string, string, SpringbootsitesTriggerRefreshSiteOptionalParams)

Trigger refresh springbootsites action

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

springbootsitesName

string

The springbootsites name.

options
SpringbootsitesTriggerRefreshSiteOptionalParams

The options parameters.

Returns

beginTriggerRefreshSiteAndWait(string, string, SpringbootsitesTriggerRefreshSiteOptionalParams)

Trigger refresh springbootsites action

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

springbootsitesName

string

The springbootsites name.

options
SpringbootsitesTriggerRefreshSiteOptionalParams

The options parameters.

Returns

beginUpdate(string, string, SpringbootsitesPatch, SpringbootsitesUpdateOptionalParams)

Update a springbootsites resource.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

springbootsitesName

string

The springbootsites name.

springbootsites
SpringbootsitesPatch

Update a springbootsites payload.

options
SpringbootsitesUpdateOptionalParams

The options parameters.

Returns

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

beginUpdateAndWait(string, string, SpringbootsitesPatch, SpringbootsitesUpdateOptionalParams)

Update a springbootsites resource.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

springbootsitesName

string

The springbootsites name.

springbootsites
SpringbootsitesPatch

Update a springbootsites payload.

options
SpringbootsitesUpdateOptionalParams

The options parameters.

Returns

createOrUpdate(string, string, SpringbootsitesModel, SpringbootsitesCreateOrUpdateOptionalParams)

Create a springbootsites resource.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

springbootsitesName

string

The springbootsites name.

springbootsites
SpringbootsitesModel

Create a springbootsites payload.

options
SpringbootsitesCreateOrUpdateOptionalParams

The options parameters.

Returns

get(string, string, SpringbootsitesGetOptionalParams)

Get a springbootsites resource.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

springbootsitesName

string

The springbootsites name.

options
SpringbootsitesGetOptionalParams

The options parameters.

Returns

listByResourceGroup(string, SpringbootsitesListByResourceGroupOptionalParams)

List springbootsites resource by resourceGroup.

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

options
SpringbootsitesListByResourceGroupOptionalParams

The options parameters.

Returns

listBySubscription(SpringbootsitesListBySubscriptionOptionalParams)

List springbootsites resource by subscription

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

Parameters

options
SpringbootsitesListBySubscriptionOptionalParams

The options parameters.

Returns