ApplicationLiveViews interface
代表 ApplicationLiveViews 的介面。
方法
| begin |
建立預設的應用程式即時檢視,或更新現有的應用程式實時檢視。 |
| begin |
建立預設的應用程式即時檢視,或更新現有的應用程式實時檢視。 |
| begin |
停用預設的應用程式實時檢視。 |
| begin |
停用預設的應用程式實時檢視。 |
| get(string, string, string, Application |
取得 Application Live 及其屬性。 |
| list(string, string, Application |
處理要求以列出服務中的所有資源。 |
方法詳細資料
beginCreateOrUpdate(string, string, string, ApplicationLiveViewResource, ApplicationLiveViewsCreateOrUpdateOptionalParams)
建立預設的應用程式即時檢視,或更新現有的應用程式實時檢視。
function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, applicationLiveViewName: string, applicationLiveViewResource: ApplicationLiveViewResource, options?: ApplicationLiveViewsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationLiveViewResource>, ApplicationLiveViewResource>>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure Resource Manager API 或入口網站取得此值。
- serviceName
-
string
服務資源的名稱。
- applicationLiveViewName
-
string
應用程式實時檢視的名稱。
- applicationLiveViewResource
- ApplicationLiveViewResource
更新作業的參數
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<ApplicationLiveViewResource>, ApplicationLiveViewResource>>
beginCreateOrUpdateAndWait(string, string, string, ApplicationLiveViewResource, ApplicationLiveViewsCreateOrUpdateOptionalParams)
建立預設的應用程式即時檢視,或更新現有的應用程式實時檢視。
function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, applicationLiveViewName: string, applicationLiveViewResource: ApplicationLiveViewResource, options?: ApplicationLiveViewsCreateOrUpdateOptionalParams): Promise<ApplicationLiveViewResource>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure Resource Manager API 或入口網站取得此值。
- serviceName
-
string
服務資源的名稱。
- applicationLiveViewName
-
string
應用程式實時檢視的名稱。
- applicationLiveViewResource
- ApplicationLiveViewResource
更新作業的參數
選項參數。
傳回
Promise<ApplicationLiveViewResource>
beginDelete(string, string, string, ApplicationLiveViewsDeleteOptionalParams)
停用預設的應用程式實時檢視。
function beginDelete(resourceGroupName: string, serviceName: string, applicationLiveViewName: string, options?: ApplicationLiveViewsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure Resource Manager API 或入口網站取得此值。
- serviceName
-
string
服務資源的名稱。
- applicationLiveViewName
-
string
應用程式實時檢視的名稱。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ApplicationLiveViewsDeleteOptionalParams)
停用預設的應用程式實時檢視。
function beginDeleteAndWait(resourceGroupName: string, serviceName: string, applicationLiveViewName: string, options?: ApplicationLiveViewsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure Resource Manager API 或入口網站取得此值。
- serviceName
-
string
服務資源的名稱。
- applicationLiveViewName
-
string
應用程式實時檢視的名稱。
選項參數。
傳回
Promise<void>
get(string, string, string, ApplicationLiveViewsGetOptionalParams)
取得 Application Live 及其屬性。
function get(resourceGroupName: string, serviceName: string, applicationLiveViewName: string, options?: ApplicationLiveViewsGetOptionalParams): Promise<ApplicationLiveViewResource>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure Resource Manager API 或入口網站取得此值。
- serviceName
-
string
服務資源的名稱。
- applicationLiveViewName
-
string
應用程式實時檢視的名稱。
選項參數。
傳回
Promise<ApplicationLiveViewResource>
list(string, string, ApplicationLiveViewsListOptionalParams)
處理要求以列出服務中的所有資源。
function list(resourceGroupName: string, serviceName: string, options?: ApplicationLiveViewsListOptionalParams): PagedAsyncIterableIterator<ApplicationLiveViewResource, ApplicationLiveViewResource[], PageSettings>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure Resource Manager API 或入口網站取得此值。
- serviceName
-
string
服務資源的名稱。
選項參數。