Compartir a través de


ApplicationLiveViews interface

Interfaz que representa applicationLiveViews.

Métodos

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

Cree la vista activa de aplicación predeterminada o actualice la vista activa de la aplicación existente.

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

Cree la vista activa de aplicación predeterminada o actualice la vista activa de la aplicación existente.

beginDelete(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Deshabilite la vista activa de aplicación predeterminada.

beginDeleteAndWait(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Deshabilite la vista activa de aplicación predeterminada.

get(string, string, string, ApplicationLiveViewsGetOptionalParams)

Obtenga Application Live y sus propiedades.

list(string, string, ApplicationLiveViewsListOptionalParams)

Controla las solicitudes para enumerar todos los recursos de un servicio.

Detalles del método

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

Cree la vista activa de aplicación predeterminada o actualice la vista activa de la aplicación existente.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.

serviceName

string

Nombre del recurso de servicio.

applicationLiveViewName

string

Nombre de Application Live View.

applicationLiveViewResource
ApplicationLiveViewResource

Parámetros para la operación de actualización

options
ApplicationLiveViewsCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Cree la vista activa de aplicación predeterminada o actualice la vista activa de la aplicación existente.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.

serviceName

string

Nombre del recurso de servicio.

applicationLiveViewName

string

Nombre de Application Live View.

applicationLiveViewResource
ApplicationLiveViewResource

Parámetros para la operación de actualización

options
ApplicationLiveViewsCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

beginDelete(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Deshabilite la vista activa de aplicación predeterminada.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.

serviceName

string

Nombre del recurso de servicio.

applicationLiveViewName

string

Nombre de Application Live View.

options
ApplicationLiveViewsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Deshabilite la vista activa de aplicación predeterminada.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.

serviceName

string

Nombre del recurso de servicio.

applicationLiveViewName

string

Nombre de Application Live View.

options
ApplicationLiveViewsDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

get(string, string, string, ApplicationLiveViewsGetOptionalParams)

Obtenga Application Live y sus propiedades.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.

serviceName

string

Nombre del recurso de servicio.

applicationLiveViewName

string

Nombre de Application Live View.

options
ApplicationLiveViewsGetOptionalParams

Parámetros de opciones.

Devoluciones

list(string, string, ApplicationLiveViewsListOptionalParams)

Controla las solicitudes para enumerar todos los recursos de un servicio.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene el recurso. Puede obtener este valor desde la API de Azure Resource Manager o el portal.

serviceName

string

Nombre del recurso de servicio.

options
ApplicationLiveViewsListOptionalParams

Parámetros de opciones.

Devoluciones