ApplicationTypeVersions interface
Interface representing a ApplicationTypeVersions.
Methods
begin |
Create or update a Service Fabric application type version resource with the specified name. |
begin |
Create or update a Service Fabric application type version resource with the specified name. |
begin |
Delete a Service Fabric application type version resource with the specified name. |
begin |
Delete a Service Fabric application type version resource with the specified name. |
get(string, string, string, string, Application |
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, Application |
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.
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 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 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 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 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.
The options parameters.
Returns
Promise<ApplicationTypeVersionResource>
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.
The options parameters.