你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationLiveViews interface

表示 ApplicationLiveViews 的接口。

方法

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

创建默认的应用程序实时视图或更新现有的应用程序实时视图。

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

创建默认的应用程序实时视图或更新现有的应用程序实时视图。

beginDelete(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

禁用默认的应用程序实时视图。

beginDeleteAndWait(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

禁用默认的应用程序实时视图。

get(string, string, string, ApplicationLiveViewsGetOptionalParams)

获取应用程序实时及其属性。

list(string, string, ApplicationLiveViewsListOptionalParams)

处理请求以列出服务中的所有资源。

方法详细信息

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

创建默认的应用程序实时视图或更新现有的应用程序实时视图。

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

参数

resourceGroupName

string

包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

serviceName

string

服务资源的名称。

applicationLiveViewName

string

应用程序实时视图的名称。

applicationLiveViewResource
ApplicationLiveViewResource

更新操作的参数

返回

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

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

创建默认的应用程序实时视图或更新现有的应用程序实时视图。

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

参数

resourceGroupName

string

包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

serviceName

string

服务资源的名称。

applicationLiveViewName

string

应用程序实时视图的名称。

applicationLiveViewResource
ApplicationLiveViewResource

更新操作的参数

返回

beginDelete(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

禁用默认的应用程序实时视图。

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

参数

resourceGroupName

string

包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

serviceName

string

服务资源的名称。

applicationLiveViewName

string

应用程序实时视图的名称。

返回

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

beginDeleteAndWait(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

禁用默认的应用程序实时视图。

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

参数

resourceGroupName

string

包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

serviceName

string

服务资源的名称。

applicationLiveViewName

string

应用程序实时视图的名称。

返回

Promise<void>

get(string, string, string, ApplicationLiveViewsGetOptionalParams)

获取应用程序实时及其属性。

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

参数

resourceGroupName

string

包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

serviceName

string

服务资源的名称。

applicationLiveViewName

string

应用程序实时视图的名称。

options
ApplicationLiveViewsGetOptionalParams

选项参数。

返回

list(string, string, ApplicationLiveViewsListOptionalParams)

处理请求以列出服务中的所有资源。

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

参数

resourceGroupName

string

包含资源的资源组的名称。 可以从 Azure 资源管理器 API 或门户获取此值。

serviceName

string

服务资源的名称。

options
ApplicationLiveViewsListOptionalParams

选项参数。

返回