共用方式為


ApplicationTypeVersions interface

Interface representing a ApplicationTypeVersions.

Methods

beginCreateOrUpdate(string, string, string, string, ApplicationTypeVersionResource, ApplicationTypeVersionsCreateOrUpdateOptionalParams)

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

beginCreateOrUpdateAndWait(string, string, string, string, ApplicationTypeVersionResource, ApplicationTypeVersionsCreateOrUpdateOptionalParams)

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

beginDelete(string, string, string, string, ApplicationTypeVersionsDeleteOptionalParams)

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

beginDeleteAndWait(string, string, string, string, ApplicationTypeVersionsDeleteOptionalParams)

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

get(string, string, string, string, ApplicationTypeVersionsGetOptionalParams)

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

list(string, string, string, ApplicationTypeVersionsListOptionalParams)

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

Method Details

beginCreateOrUpdate(string, string, string, string, ApplicationTypeVersionResource, ApplicationTypeVersionsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ApplicationTypeVersionResource>, ApplicationTypeVersionResource>>

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.

version

string

The application type version.

parameters
ApplicationTypeVersionResource

The application type version resource.

options
ApplicationTypeVersionsCreateOrUpdateOptionalParams

The options parameters.

Returns

beginCreateOrUpdateAndWait(string, string, string, string, ApplicationTypeVersionResource, ApplicationTypeVersionsCreateOrUpdateOptionalParams)

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

function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams): Promise<ApplicationTypeVersionResource>

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.

version

string

The application type version.

parameters
ApplicationTypeVersionResource

The application type version resource.

options
ApplicationTypeVersionsCreateOrUpdateOptionalParams

The options parameters.

Returns

beginDelete(string, string, string, string, ApplicationTypeVersionsDeleteOptionalParams)

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

function beginDelete(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsDeleteOptionalParams): 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.

version

string

The application type version.

options
ApplicationTypeVersionsDeleteOptionalParams

The options parameters.

Returns

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

beginDeleteAndWait(string, string, string, string, ApplicationTypeVersionsDeleteOptionalParams)

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

function beginDeleteAndWait(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsDeleteOptionalParams): 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.

version

string

The application type version.

options
ApplicationTypeVersionsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, string, string, ApplicationTypeVersionsGetOptionalParams)

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

function get(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsGetOptionalParams): Promise<ApplicationTypeVersionResource>

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.

version

string

The application type version.

options
ApplicationTypeVersionsGetOptionalParams

The options parameters.

Returns

list(string, string, string, ApplicationTypeVersionsListOptionalParams)

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

function list(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypeVersionsListOptionalParams): PagedAsyncIterableIterator<ApplicationTypeVersionResource, ApplicationTypeVersionResource[], PageSettings>

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
ApplicationTypeVersionsListOptionalParams

The options parameters.

Returns