Share via


ApplicationTypesOperations interface

Interface representing a ApplicationTypes operations.

Properties

createOrUpdate

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

delete
get

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

list

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

update

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

Property Details

createOrUpdate

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

createOrUpdate: (resourceGroupName: string, clusterName: string, applicationTypeName: string, parameters: ApplicationTypeResource, options?: ApplicationTypesCreateOrUpdateOptionalParams) => Promise<ApplicationTypeResource>

Property Value

(resourceGroupName: string, clusterName: string, applicationTypeName: string, parameters: ApplicationTypeResource, options?: ApplicationTypesCreateOrUpdateOptionalParams) => Promise<ApplicationTypeResource>

delete

delete: (resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

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

get: (resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesGetOptionalParams) => Promise<ApplicationTypeResource>

Property Value

(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypesGetOptionalParams) => Promise<ApplicationTypeResource>

list

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

list: (resourceGroupName: string, clusterName: string, options?: ApplicationTypesListOptionalParams) => PagedAsyncIterableIterator<ApplicationTypeResource, ApplicationTypeResource[], PageSettings>

Property Value

(resourceGroupName: string, clusterName: string, options?: ApplicationTypesListOptionalParams) => PagedAsyncIterableIterator<ApplicationTypeResource, ApplicationTypeResource[], PageSettings>

update

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

update: (resourceGroupName: string, clusterName: string, applicationTypeName: string, parameters: ApplicationTypeUpdateParameters, options?: ApplicationTypesUpdateOptionalParams) => Promise<ApplicationTypeResource>

Property Value

(resourceGroupName: string, clusterName: string, applicationTypeName: string, parameters: ApplicationTypeUpdateParameters, options?: ApplicationTypesUpdateOptionalParams) => Promise<ApplicationTypeResource>