Partilhar via


ApplicationLiveViews interface

Interface que representa um ApplicationLiveViews.

Métodos

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

Crie o Application Live View padrão ou atualize o Application Live View existente.

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

Crie o Application Live View padrão ou atualize o Application Live View existente.

beginDelete(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Desative o padrão Application Live View.

beginDeleteAndWait(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Desative o padrão Application Live View.

get(string, string, string, ApplicationLiveViewsGetOptionalParams)

Obtenha o aplicativo ao vivo e suas propriedades.

list(string, string, ApplicationLiveViewsListOptionalParams)

Lida com solicitações para listar todos os recursos em um Serviço.

Detalhes de Método

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

Crie o Application Live View padrão ou atualize o Application Live View existente.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor da API do Azure Resource Manager ou do portal.

serviceName

string

O nome do recurso de serviço.

applicationLiveViewName

string

O nome do aplicativo Live View.

applicationLiveViewResource
ApplicationLiveViewResource

Parâmetros para a operação de atualização

options
ApplicationLiveViewsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

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

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

Crie o Application Live View padrão ou atualize o Application Live View existente.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor da API do Azure Resource Manager ou do portal.

serviceName

string

O nome do recurso de serviço.

applicationLiveViewName

string

O nome do aplicativo Live View.

applicationLiveViewResource
ApplicationLiveViewResource

Parâmetros para a operação de atualização

options
ApplicationLiveViewsCreateOrUpdateOptionalParams

Os parâmetros de opções.

Devoluções

beginDelete(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Desative o padrão Application Live View.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor da API do Azure Resource Manager ou do portal.

serviceName

string

O nome do recurso de serviço.

applicationLiveViewName

string

O nome do aplicativo Live View.

options
ApplicationLiveViewsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

beginDeleteAndWait(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Desative o padrão Application Live View.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor da API do Azure Resource Manager ou do portal.

serviceName

string

O nome do recurso de serviço.

applicationLiveViewName

string

O nome do aplicativo Live View.

options
ApplicationLiveViewsDeleteOptionalParams

Os parâmetros de opções.

Devoluções

get(string, string, string, ApplicationLiveViewsGetOptionalParams)

Obtenha o aplicativo ao vivo e suas propriedades.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor da API do Azure Resource Manager ou do portal.

serviceName

string

O nome do recurso de serviço.

applicationLiveViewName

string

O nome do aplicativo Live View.

options
ApplicationLiveViewsGetOptionalParams

Os parâmetros de opções.

Devoluções

list(string, string, ApplicationLiveViewsListOptionalParams)

Lida com solicitações para listar todos os recursos em um Serviço.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos que contém o recurso. Você pode obter esse valor da API do Azure Resource Manager ou do portal.

serviceName

string

O nome do recurso de serviço.

options
ApplicationLiveViewsListOptionalParams

Os parâmetros de opções.

Devoluções