ApplicationLiveViews interface
Interface representing a ApplicationLiveViews.
Methods
begin |
Create the default Application Live View or update the existing Application Live View. |
begin |
Create the default Application Live View or update the existing Application Live View. |
begin |
Disable the default Application Live View. |
begin |
Disable the default Application Live View. |
get(string, string, string, Application |
Get the Application Live and its properties. |
list(string, string, Application |
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
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
The options parameters.
Returns
Promise<ApplicationLiveViewResource>
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ApplicationLiveViewsDeleteHeaders>, ApplicationLiveViewsDeleteHeaders>>
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.
The options parameters.
Returns
Promise<ApplicationLiveViewsDeleteHeaders>
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.
The options parameters.
Returns
Promise<ApplicationLiveViewResource>
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.
The options parameters.