共用方式為


ApplicationTypes interface

Interface representing a ApplicationTypes.

Methods

beginDelete(string, string, string, ApplicationTypesDeleteOptionalParams)

Delete a Service Fabric application type name resource with the specified name.

beginDeleteAndWait(string, string, string, ApplicationTypesDeleteOptionalParams)

Delete a Service Fabric application type name resource with the specified name.

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

Create or update a Service Fabric application type name resource with the specified name.

get(string, string, string, ApplicationTypesGetOptionalParams)

Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric cluster resource.

list(string, string, ApplicationTypesListOptionalParams)

Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.

Method Details

beginDelete(string, string, string, ApplicationTypesDeleteOptionalParams)

Delete a Service Fabric application type name resource with the specified name.

function beginDelete(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster resource.

applicationTypeName

string

The name of the application type name resource.

options
ApplicationTypesDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, ApplicationTypesDeleteOptionalParams)

Delete a Service Fabric application type name resource with the specified name.

function beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster resource.

applicationTypeName

string

The name of the application type name resource.

options
ApplicationTypesDeleteOptionalParams

The options parameters.

Returns

Promise<void>

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

Create or update a Service Fabric application type name resource with the specified name.

function createOrUpdate(resourceGroupName: string, clusterName: string, applicationTypeName: string, parameters: ApplicationTypeResource, options?: ApplicationTypesCreateOrUpdateOptionalParams): Promise<ApplicationTypeResource>

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster resource.

applicationTypeName

string

The name of the application type name resource.

parameters
ApplicationTypeResource

The application type name resource.

options
ApplicationTypesCreateOrUpdateOptionalParams

The options parameters.

Returns

get(string, string, string, ApplicationTypesGetOptionalParams)

Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric cluster resource.

function get(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesGetOptionalParams): Promise<ApplicationTypeResource>

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster resource.

applicationTypeName

string

The name of the application type name resource.

options
ApplicationTypesGetOptionalParams

The options parameters.

Returns

list(string, string, ApplicationTypesListOptionalParams)

Gets all application type name resources created or in the process of being created in the Service Fabric cluster resource.

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

Parameters

resourceGroupName

string

The name of the resource group.

clusterName

string

The name of the cluster resource.

options
ApplicationTypesListOptionalParams

The options parameters.

Returns