Dela via


ApplicationLiveViews interface

Gränssnitt som representerar en ApplicationLiveViews.

Metoder

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

Skapa standardvyn för programmet live eller uppdatera den befintliga livevyn för programmet.

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

Skapa standardvyn för programmet live eller uppdatera den befintliga livevyn för programmet.

beginDelete(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Inaktivera standardprogrammets livevy.

beginDeleteAndWait(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Inaktivera standardprogrammets livevy.

get(string, string, string, ApplicationLiveViewsGetOptionalParams)

Hämta programmet live och dess egenskaper.

list(string, string, ApplicationLiveViewsListOptionalParams)

Hanterar begäranden om att visa en lista över alla resurser i en tjänst.

Metodinformation

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

Skapa standardvyn för programmet live eller uppdatera den befintliga livevyn för programmet.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen som innehåller resursen. Du kan hämta det här värdet från Azure Resource Manager-API:et eller portalen.

serviceName

string

Namnet på tjänstresursen.

applicationLiveViewName

string

Namnet på programmets livevy.

applicationLiveViewResource
ApplicationLiveViewResource

Parametrar för uppdateringsåtgärden

options
ApplicationLiveViewsCreateOrUpdateOptionalParams

Alternativparametrarna.

Returer

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

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

Skapa standardvyn för programmet live eller uppdatera den befintliga livevyn för programmet.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen som innehåller resursen. Du kan hämta det här värdet från Azure Resource Manager-API:et eller portalen.

serviceName

string

Namnet på tjänstresursen.

applicationLiveViewName

string

Namnet på programmets livevy.

applicationLiveViewResource
ApplicationLiveViewResource

Parametrar för uppdateringsåtgärden

options
ApplicationLiveViewsCreateOrUpdateOptionalParams

Alternativparametrarna.

Returer

beginDelete(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Inaktivera standardprogrammets livevy.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen som innehåller resursen. Du kan hämta det här värdet från Azure Resource Manager-API:et eller portalen.

serviceName

string

Namnet på tjänstresursen.

applicationLiveViewName

string

Namnet på programmets livevy.

options
ApplicationLiveViewsDeleteOptionalParams

Alternativparametrarna.

Returer

beginDeleteAndWait(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Inaktivera standardprogrammets livevy.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen som innehåller resursen. Du kan hämta det här värdet från Azure Resource Manager-API:et eller portalen.

serviceName

string

Namnet på tjänstresursen.

applicationLiveViewName

string

Namnet på programmets livevy.

options
ApplicationLiveViewsDeleteOptionalParams

Alternativparametrarna.

Returer

get(string, string, string, ApplicationLiveViewsGetOptionalParams)

Hämta programmet live och dess egenskaper.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen som innehåller resursen. Du kan hämta det här värdet från Azure Resource Manager-API:et eller portalen.

serviceName

string

Namnet på tjänstresursen.

applicationLiveViewName

string

Namnet på programmets livevy.

options
ApplicationLiveViewsGetOptionalParams

Alternativparametrarna.

Returer

list(string, string, ApplicationLiveViewsListOptionalParams)

Hanterar begäranden om att visa en lista över alla resurser i en tjänst.

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

Parametrar

resourceGroupName

string

Namnet på resursgruppen som innehåller resursen. Du kan hämta det här värdet från Azure Resource Manager-API:et eller portalen.

serviceName

string

Namnet på tjänstresursen.

options
ApplicationLiveViewsListOptionalParams

Alternativparametrarna.

Returer