ApplicationTypes interface
表示 ApplicationTypes 的接口。
方法
| begin |
删除具有指定名称的 Service Fabric 应用程序类型名称资源。 |
| begin |
删除具有指定名称的 Service Fabric 应用程序类型名称资源。 |
| create |
使用指定名称创建或更新 Service Fabric 应用程序类型名称资源。 |
| get(string, string, string, Application |
获取在 Service Fabric 群集资源中创建或正在创建的 Service Fabric 应用程序类型名称资源。 |
| list(string, string, Application |
获取在 Service Fabric 群集资源中创建或正在创建的所有应用程序类型名称资源。 |
方法详细信息
beginDelete(string, string, string, ApplicationTypesDeleteOptionalParams)
删除具有指定名称的 Service Fabric 应用程序类型名称资源。
function beginDelete(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
参数
- resourceGroupName
-
string
资源组的名称。
- clusterName
-
string
群集资源的名称。
- applicationTypeName
-
string
应用程序类型名称资源的名称。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ApplicationTypesDeleteOptionalParams)
删除具有指定名称的 Service Fabric 应用程序类型名称资源。
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesDeleteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
资源组的名称。
- clusterName
-
string
群集资源的名称。
- applicationTypeName
-
string
应用程序类型名称资源的名称。
选项参数。
返回
Promise<void>
createOrUpdate(string, string, string, ApplicationTypeResource, ApplicationTypesCreateOrUpdateOptionalParams)
使用指定名称创建或更新 Service Fabric 应用程序类型名称资源。
function createOrUpdate(resourceGroupName: string, clusterName: string, applicationTypeName: string, parameters: ApplicationTypeResource, options?: ApplicationTypesCreateOrUpdateOptionalParams): Promise<ApplicationTypeResource>
参数
- resourceGroupName
-
string
资源组的名称。
- clusterName
-
string
群集资源的名称。
- applicationTypeName
-
string
应用程序类型名称资源的名称。
- parameters
- ApplicationTypeResource
应用程序类型名称资源。
选项参数。
返回
Promise<ApplicationTypeResource>
get(string, string, string, ApplicationTypesGetOptionalParams)
获取在 Service Fabric 群集资源中创建或正在创建的 Service Fabric 应用程序类型名称资源。
function get(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesGetOptionalParams): Promise<ApplicationTypeResource>
参数
- resourceGroupName
-
string
资源组的名称。
- clusterName
-
string
群集资源的名称。
- applicationTypeName
-
string
应用程序类型名称资源的名称。
选项参数。
返回
Promise<ApplicationTypeResource>
list(string, string, ApplicationTypesListOptionalParams)
获取在 Service Fabric 群集资源中创建或正在创建的所有应用程序类型名称资源。
function list(resourceGroupName: string, clusterName: string, options?: ApplicationTypesListOptionalParams): PagedAsyncIterableIterator<ApplicationTypeResource, ApplicationTypeResource[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。
- clusterName
-
string
群集资源的名称。
选项参数。