共用方式為


ApplicationTypes interface

代表 ApplicationTypes 的介面。

方法

beginDelete(string, string, string, ApplicationTypesDeleteOptionalParams)

刪除具有指定名稱的 Service Fabric 受控應用程式類型名稱資源。

beginDeleteAndWait(string, string, string, ApplicationTypesDeleteOptionalParams)

刪除具有指定名稱的 Service Fabric 受控應用程式類型名稱資源。

createOrUpdate(string, string, string, ApplicationTypeResource, ApplicationTypesCreateOrUpdateOptionalParams)

使用指定的名稱建立或更新 Service Fabric 受控應用程式類型名稱資源。

get(string, string, string, ApplicationTypesGetOptionalParams)

取得在 Service Fabric 受控叢集資源中建立或正在建立的 Service Fabric 應用程式類型名稱資源。

list(string, string, ApplicationTypesListOptionalParams)

取得在 Service Fabric 受控叢集資源中建立或程式中建立的所有應用程式類型名稱資源。

update(string, string, string, ApplicationTypeUpdateParameters, ApplicationTypesUpdateOptionalParams)

更新指定受控叢集之應用程式類型資源的標記。

方法詳細資料

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

應用程式類型名稱資源的名稱。

options
ApplicationTypesDeleteOptionalParams

選項參數。

傳回

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

應用程式類型名稱資源的名稱。

options
ApplicationTypesDeleteOptionalParams

選項參數。

傳回

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

應用程式類型名稱資源。

傳回

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

應用程式類型名稱資源的名稱。

options
ApplicationTypesGetOptionalParams

選項參數。

傳回

list(string, string, ApplicationTypesListOptionalParams)

取得在 Service Fabric 受控叢集資源中建立或程式中建立的所有應用程式類型名稱資源。

function list(resourceGroupName: string, clusterName: string, options?: ApplicationTypesListOptionalParams): PagedAsyncIterableIterator<ApplicationTypeResource, ApplicationTypeResource[], PageSettings>

參數

resourceGroupName

string

資源群組的名稱。

clusterName

string

叢集資源的名稱。

options
ApplicationTypesListOptionalParams

選項參數。

傳回

update(string, string, string, ApplicationTypeUpdateParameters, ApplicationTypesUpdateOptionalParams)

更新指定受控叢集之應用程式類型資源的標記。

function update(resourceGroupName: string, clusterName: string, applicationTypeName: string, parameters: ApplicationTypeUpdateParameters, options?: ApplicationTypesUpdateOptionalParams): Promise<ApplicationTypeResource>

參數

resourceGroupName

string

資源群組的名稱。

clusterName

string

叢集資源的名稱。

applicationTypeName

string

應用程式類型名稱資源的名稱。

parameters
ApplicationTypeUpdateParameters

應用程式類型資源已更新標籤。

options
ApplicationTypesUpdateOptionalParams

選項參數。

傳回