ApplicationTypeVersions interface
Interface representing a ApplicationTypeVersions.
Methods
begin |
Create or update a Service Fabric managed application type version resource with the specified name. |
begin |
Create or update a Service Fabric managed application type version resource with the specified name. |
begin |
Delete a Service Fabric managed application type version resource with the specified name. |
begin |
Delete a Service Fabric managed application type version resource with the specified name. |
get(string, string, string, string, Application |
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. |
list |
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, Application |
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<ApplicationTypeVersionResource>, ApplicationTypeVersionResource>>
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.
The options parameters.
Returns
Promise<ApplicationTypeVersionResource>
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.
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.
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.
The options parameters.
Returns
Promise<ApplicationTypeVersionResource>
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.
The options parameters.
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.
The options parameters.
Returns
Promise<ApplicationTypeVersionResource>
Azure SDK for JavaScript