次の方法で共有


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

アプリケーションの種類の名前リソース。

options
ApplicationTypesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

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

オプション パラメーター。

戻り値