Aracılığıyla paylaş


ApplicationLiveViews interface

ApplicationLiveViews'ı temsil eden arabirim.

Yöntemler

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

Varsayılan Application Live View'u oluşturun veya mevcut Application Live View'u güncelleştirin.

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

Varsayılan Application Live View'u oluşturun veya mevcut Application Live View'u güncelleştirin.

beginDelete(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Varsayılan Uygulama Canlı Görünümü'nü devre dışı bırakın.

beginDeleteAndWait(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Varsayılan Uygulama Canlı Görünümü'nü devre dışı bırakın.

get(string, string, string, ApplicationLiveViewsGetOptionalParams)

Application Live'ı ve özelliklerini alın.

list(string, string, ApplicationLiveViewsListOptionalParams)

Bir Hizmetteki tüm kaynakları listeleme isteklerini işler.

Yöntem Ayrıntıları

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

Varsayılan Application Live View'u oluşturun veya mevcut Application Live View'u güncelleştirin.

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

Parametreler

resourceGroupName

string

Kaynağı içeren kaynak grubunun adı. Bu değeri Azure Resource Manager API'sinden veya portaldan alabilirsiniz.

serviceName

string

Hizmet kaynağının adı.

applicationLiveViewName

string

Uygulama Canlı Görünümü adı.

applicationLiveViewResource
ApplicationLiveViewResource

Güncelleştirme işlemi için parametreler

options
ApplicationLiveViewsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

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

Varsayılan Application Live View'u oluşturun veya mevcut Application Live View'u güncelleştirin.

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

Parametreler

resourceGroupName

string

Kaynağı içeren kaynak grubunun adı. Bu değeri Azure Resource Manager API'sinden veya portaldan alabilirsiniz.

serviceName

string

Hizmet kaynağının adı.

applicationLiveViewName

string

Uygulama Canlı Görünümü adı.

applicationLiveViewResource
ApplicationLiveViewResource

Güncelleştirme işlemi için parametreler

options
ApplicationLiveViewsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

beginDelete(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Varsayılan Uygulama Canlı Görünümü'nü devre dışı bırakın.

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

Parametreler

resourceGroupName

string

Kaynağı içeren kaynak grubunun adı. Bu değeri Azure Resource Manager API'sinden veya portaldan alabilirsiniz.

serviceName

string

Hizmet kaynağının adı.

applicationLiveViewName

string

Uygulama Canlı Görünümü adı.

options
ApplicationLiveViewsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginDeleteAndWait(string, string, string, ApplicationLiveViewsDeleteOptionalParams)

Varsayılan Uygulama Canlı Görünümü'nü devre dışı bırakın.

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

Parametreler

resourceGroupName

string

Kaynağı içeren kaynak grubunun adı. Bu değeri Azure Resource Manager API'sinden veya portaldan alabilirsiniz.

serviceName

string

Hizmet kaynağının adı.

applicationLiveViewName

string

Uygulama Canlı Görünümü adı.

options
ApplicationLiveViewsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, string, ApplicationLiveViewsGetOptionalParams)

Application Live'ı ve özelliklerini alın.

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

Parametreler

resourceGroupName

string

Kaynağı içeren kaynak grubunun adı. Bu değeri Azure Resource Manager API'sinden veya portaldan alabilirsiniz.

serviceName

string

Hizmet kaynağının adı.

applicationLiveViewName

string

Uygulama Canlı Görünümü adı.

options
ApplicationLiveViewsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

list(string, string, ApplicationLiveViewsListOptionalParams)

Bir Hizmetteki tüm kaynakları listeleme isteklerini işler.

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

Parametreler

resourceGroupName

string

Kaynağı içeren kaynak grubunun adı. Bu değeri Azure Resource Manager API'sinden veya portaldan alabilirsiniz.

serviceName

string

Hizmet kaynağının adı.

options
ApplicationLiveViewsListOptionalParams

Seçenekler parametreleri.

Döndürülenler