Applications interface
代表應用程式的介面。
方法
| begin |
使用指定的名稱建立或更新 Service Fabric 應用程式資源。 |
| begin |
使用指定的名稱建立或更新 Service Fabric 應用程式資源。 |
| begin |
刪除具有指定名稱的 Service Fabric 應用程式資源。 |
| begin |
刪除具有指定名稱的 Service Fabric 應用程式資源。 |
| begin |
使用指定的名稱更新 Service Fabric 應用程式資源。 |
| begin |
使用指定的名稱更新 Service Fabric 應用程式資源。 |
| get(string, string, string, Applications |
取得在 Service Fabric 叢集資源中建立或正在建立的 Service Fabric 應用程式資源。 |
| list(string, string, Applications |
取得在 Service Fabric 叢集資源中建立或程式中建立的所有應用程式資源。 |
方法詳細資料
beginCreateOrUpdate(string, string, string, ApplicationResource, ApplicationsCreateOrUpdateOptionalParams)
使用指定的名稱建立或更新 Service Fabric 應用程式資源。
function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationResource, options?: ApplicationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationResource>, ApplicationResource>>
參數
- resourceGroupName
-
string
資源群組的名稱。
- clusterName
-
string
叢集資源的名稱。
- applicationName
-
string
應用程式資源的名稱。
- parameters
- ApplicationResource
應用程式資源。
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<ApplicationResource>, ApplicationResource>>
beginCreateOrUpdateAndWait(string, string, string, ApplicationResource, ApplicationsCreateOrUpdateOptionalParams)
使用指定的名稱建立或更新 Service Fabric 應用程式資源。
function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationResource, options?: ApplicationsCreateOrUpdateOptionalParams): Promise<ApplicationResource>
參數
- resourceGroupName
-
string
資源群組的名稱。
- clusterName
-
string
叢集資源的名稱。
- applicationName
-
string
應用程式資源的名稱。
- parameters
- ApplicationResource
應用程式資源。
選項參數。
傳回
Promise<ApplicationResource>
beginDelete(string, string, string, ApplicationsDeleteOptionalParams)
刪除具有指定名稱的 Service Fabric 應用程式資源。
function beginDelete(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
參數
- resourceGroupName
-
string
資源群組的名稱。
- clusterName
-
string
叢集資源的名稱。
- applicationName
-
string
應用程式資源的名稱。
- options
- ApplicationsDeleteOptionalParams
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ApplicationsDeleteOptionalParams)
刪除具有指定名稱的 Service Fabric 應用程式資源。
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。
- clusterName
-
string
叢集資源的名稱。
- applicationName
-
string
應用程式資源的名稱。
- options
- ApplicationsDeleteOptionalParams
選項參數。
傳回
Promise<void>
beginUpdate(string, string, string, ApplicationResourceUpdate, ApplicationsUpdateOptionalParams)
使用指定的名稱更新 Service Fabric 應用程式資源。
function beginUpdate(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationResourceUpdate, options?: ApplicationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationResource>, ApplicationResource>>
參數
- resourceGroupName
-
string
資源群組的名稱。
- clusterName
-
string
叢集資源的名稱。
- applicationName
-
string
應用程式資源的名稱。
- parameters
- ApplicationResourceUpdate
修補作業的應用程式資源。
- options
- ApplicationsUpdateOptionalParams
選項參數。
傳回
Promise<@azure/core-lro.SimplePollerLike<OperationState<ApplicationResource>, ApplicationResource>>
beginUpdateAndWait(string, string, string, ApplicationResourceUpdate, ApplicationsUpdateOptionalParams)
使用指定的名稱更新 Service Fabric 應用程式資源。
function beginUpdateAndWait(resourceGroupName: string, clusterName: string, applicationName: string, parameters: ApplicationResourceUpdate, options?: ApplicationsUpdateOptionalParams): Promise<ApplicationResource>
參數
- resourceGroupName
-
string
資源群組的名稱。
- clusterName
-
string
叢集資源的名稱。
- applicationName
-
string
應用程式資源的名稱。
- parameters
- ApplicationResourceUpdate
修補作業的應用程式資源。
- options
- ApplicationsUpdateOptionalParams
選項參數。
傳回
Promise<ApplicationResource>
get(string, string, string, ApplicationsGetOptionalParams)
取得在 Service Fabric 叢集資源中建立或正在建立的 Service Fabric 應用程式資源。
function get(resourceGroupName: string, clusterName: string, applicationName: string, options?: ApplicationsGetOptionalParams): Promise<ApplicationResource>
參數
- resourceGroupName
-
string
資源群組的名稱。
- clusterName
-
string
叢集資源的名稱。
- applicationName
-
string
應用程式資源的名稱。
- options
- ApplicationsGetOptionalParams
選項參數。
傳回
Promise<ApplicationResource>
list(string, string, ApplicationsListOptionalParams)
取得在 Service Fabric 叢集資源中建立或程式中建立的所有應用程式資源。
function list(resourceGroupName: string, clusterName: string, options?: ApplicationsListOptionalParams): PagedAsyncIterableIterator<ApplicationResource, ApplicationResource[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。
- clusterName
-
string
叢集資源的名稱。
- options
- ApplicationsListOptionalParams
選項參數。