ApplicationLiveViews interface

Interface representing a ApplicationLiveViews.

Methods

beginCreateOrUpdate(string, string, string, ApplicationLiveViewResource, ApplicationLiveViewsCreateOrUpdateOptionalParams)

Create the default Application Live View or update the existing Application Live View.

beginCreateOrUpdateAndWait(string, string, string, ApplicationLiveViewResource, ApplicationLiveViewsCreateOrUpdateOptionalParams)

Create the default Application Live View or update the existing Application Live View.

beginDelete(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Disable the default Application Live View.

beginDeleteAndWait(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Disable the default Application Live View.

get(string, string, string, ApplicationLiveViewsGetOptionalParams)

Get the Application Live and its properties.

list(string, string, ApplicationLiveViewsListOptionalParams)

Handles requests to list all resources in a Service.

Method Details

beginCreateOrUpdate(string, string, string, ApplicationLiveViewResource, ApplicationLiveViewsCreateOrUpdateOptionalParams)

Create the default Application Live View or update the existing Application Live View.

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, applicationLiveViewName: string, applicationLiveViewResource: ApplicationLiveViewResource, options?: ApplicationLiveViewsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationLiveViewResource>, ApplicationLiveViewResource>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

applicationLiveViewName

string

The name of Application Live View.

applicationLiveViewResource
ApplicationLiveViewResource

Parameters for the update operation

options
ApplicationLiveViewsCreateOrUpdateOptionalParams

The options parameters.

Returns

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

beginCreateOrUpdateAndWait(string, string, string, ApplicationLiveViewResource, ApplicationLiveViewsCreateOrUpdateOptionalParams)

Create the default Application Live View or update the existing Application Live View.

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, applicationLiveViewName: string, applicationLiveViewResource: ApplicationLiveViewResource, options?: ApplicationLiveViewsCreateOrUpdateOptionalParams): Promise<ApplicationLiveViewResource>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

applicationLiveViewName

string

The name of Application Live View.

applicationLiveViewResource
ApplicationLiveViewResource

Parameters for the update operation

options
ApplicationLiveViewsCreateOrUpdateOptionalParams

The options parameters.

Returns

beginDelete(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Disable the default Application Live View.

function beginDelete(resourceGroupName: string, serviceName: string, applicationLiveViewName: string, options?: ApplicationLiveViewsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationLiveViewsDeleteHeaders>, ApplicationLiveViewsDeleteHeaders>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

applicationLiveViewName

string

The name of Application Live View.

options
ApplicationLiveViewsDeleteOptionalParams

The options parameters.

Returns

beginDeleteAndWait(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Disable the default Application Live View.

function beginDeleteAndWait(resourceGroupName: string, serviceName: string, applicationLiveViewName: string, options?: ApplicationLiveViewsDeleteOptionalParams): Promise<ApplicationLiveViewsDeleteHeaders>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

applicationLiveViewName

string

The name of Application Live View.

options
ApplicationLiveViewsDeleteOptionalParams

The options parameters.

Returns

get(string, string, string, ApplicationLiveViewsGetOptionalParams)

Get the Application Live and its properties.

function get(resourceGroupName: string, serviceName: string, applicationLiveViewName: string, options?: ApplicationLiveViewsGetOptionalParams): Promise<ApplicationLiveViewResource>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

applicationLiveViewName

string

The name of Application Live View.

options
ApplicationLiveViewsGetOptionalParams

The options parameters.

Returns

list(string, string, ApplicationLiveViewsListOptionalParams)

Handles requests to list all resources in a Service.

function list(resourceGroupName: string, serviceName: string, options?: ApplicationLiveViewsListOptionalParams): PagedAsyncIterableIterator<ApplicationLiveViewResource, ApplicationLiveViewResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

options
ApplicationLiveViewsListOptionalParams

The options parameters.

Returns