ApplicationTypes interface
Interface representing a ApplicationTypes.
Methods
begin |
Delete a Service Fabric managed application type name resource with the specified name. |
begin |
Delete a Service Fabric managed application type name resource with the specified name. |
create |
Create or update a Service Fabric managed application type name resource with the specified name. |
get(string, string, string, Application |
Get a Service Fabric application type name resource created or in the process of being created in the Service Fabric managed cluster resource. |
list(string, string, Application |
Gets all application type name resources created or in the process of being created in the Service Fabric managed cluster resource. |
update(string, string, string, Application |
Updates the tags of an application type resource of a given managed cluster. |
Method Details
beginDelete(string, string, string, ApplicationTypesDeleteOptionalParams)
Delete a Service Fabric managed 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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ApplicationTypesDeleteOptionalParams)
Delete a Service Fabric managed 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.
The options parameters.
Returns
Promise<void>
createOrUpdate(string, string, string, ApplicationTypeResource, ApplicationTypesCreateOrUpdateOptionalParams)
Create or update a Service Fabric managed 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.
The options parameters.
Returns
Promise<ApplicationTypeResource>
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 managed 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.
The options parameters.
Returns
Promise<ApplicationTypeResource>
list(string, string, ApplicationTypesListOptionalParams)
Gets all application type name resources created or in the process of being created in the Service Fabric managed 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.
The options parameters.
Returns
update(string, string, string, ApplicationTypeUpdateParameters, ApplicationTypesUpdateOptionalParams)
Updates the tags of an application type resource of a given managed cluster.
function update(resourceGroupName: string, clusterName: string, applicationTypeName: string, parameters: ApplicationTypeUpdateParameters, options?: ApplicationTypesUpdateOptionalParams): 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
- ApplicationTypeUpdateParameters
The application type resource updated tags.
The options parameters.
Returns
Promise<ApplicationTypeResource>
Azure SDK for JavaScript