ApplicationTypeVersions interface

Interface representing a ApplicationTypeVersions.

Methods

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

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

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

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

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

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

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

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

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

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

listByApplicationTypes(string, string, string, ApplicationTypeVersionsListByApplicationTypesOptionalParams)

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

update(string, string, string, string, ApplicationTypeVersionUpdateParameters, ApplicationTypeVersionsUpdateOptionalParams)

Updates the tags of an application type version resource of a given managed cluster.

Method Details

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

Create or update a Service Fabric managed 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 managed 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 managed 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 managed 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 managed application type version resource created or in the process of being created in the Service Fabric managed 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

listByApplicationTypes(string, string, string, ApplicationTypeVersionsListByApplicationTypesOptionalParams)

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

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

Returns

update(string, string, string, string, ApplicationTypeVersionUpdateParameters, ApplicationTypeVersionsUpdateOptionalParams)

Updates the tags of an application type version resource of a given managed cluster.

function update(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionUpdateParameters, options?: ApplicationTypeVersionsUpdateOptionalParams): 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
ApplicationTypeVersionUpdateParameters

The application type version resource updated tags.

options
ApplicationTypeVersionsUpdateOptionalParams

The options parameters.

Returns