Springbootsites interface
Interface representing a Springbootsites.
Methods
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.
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.
The options parameters.
Returns
Promise<SpringbootsitesDeleteHeaders>
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<SpringbootsitesTriggerRefreshSiteHeaders>, SpringbootsitesTriggerRefreshSiteHeaders>>
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.
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.
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.
The options parameters.
Returns
Promise<SpringbootsitesModel>
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.
The options parameters.
Returns
Promise<SpringbootsitesModel>
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
Promise<SpringbootsitesModel>
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.
The options parameters.
Returns
listBySubscription(SpringbootsitesListBySubscriptionOptionalParams)
List springbootsites resource by subscription
function listBySubscription(options?: SpringbootsitesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<SpringbootsitesModel, SpringbootsitesModel[], PageSettings>
Parameters
The options parameters.
Returns
Azure SDK for JavaScript