ApplicationLiveViews interface
Gränssnitt som representerar en ApplicationLiveViews.
Metoder
| begin |
Skapa standardvyn för programmet live eller uppdatera den befintliga livevyn för programmet. |
| begin |
Skapa standardvyn för programmet live eller uppdatera den befintliga livevyn för programmet. |
| begin |
Inaktivera standardprogrammets livevy. |
| begin |
Inaktivera standardprogrammets livevy. |
| get(string, string, string, Application |
Hämta programmet live och dess egenskaper. |
| list(string, string, Application |
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
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
Alternativparametrarna.
Returer
Promise<ApplicationLiveViewResource>
beginDelete(string, string, string, ApplicationLiveViewsDeleteOptionalParams)
Inaktivera standardprogrammets livevy.
function beginDelete(resourceGroupName: string, serviceName: string, applicationLiveViewName: string, options?: ApplicationLiveViewsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
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.
Alternativparametrarna.
Returer
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ApplicationLiveViewsDeleteOptionalParams)
Inaktivera standardprogrammets livevy.
function beginDeleteAndWait(resourceGroupName: string, serviceName: string, applicationLiveViewName: string, options?: ApplicationLiveViewsDeleteOptionalParams): Promise<void>
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.
Alternativparametrarna.
Returer
Promise<void>
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.
Alternativparametrarna.
Returer
Promise<ApplicationLiveViewResource>
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.
Alternativparametrarna.