ApplicationTypeVersionsOperations interface   
Interface representing a ApplicationTypeVersions operations.
Properties
| create | 
	Create or update a Service Fabric managed application type version resource with the specified name.  | 
| delete | |
| get | 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 | Updates the tags of an application type version resource of a given managed cluster.  | 
Property Details
		createOrUpdate
	 
	Create or update a Service Fabric managed application type version resource with the specified name.
createOrUpdate: (resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ApplicationTypeVersionResource>, ApplicationTypeVersionResource>
				Property Value
(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ApplicationTypeVersionResource>, ApplicationTypeVersionResource>
delete
delete: (resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
				Property Value
(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
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.
get: (resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsGetOptionalParams) => Promise<ApplicationTypeVersionResource>
				Property Value
(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsGetOptionalParams) => Promise<ApplicationTypeVersionResource>
		listByApplicationTypes
	  
	Gets all application type version resources created or in the process of being created in the Service Fabric managed application type name resource.
listByApplicationTypes: (resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypeVersionsListByApplicationTypesOptionalParams) => PagedAsyncIterableIterator<ApplicationTypeVersionResource, ApplicationTypeVersionResource[], PageSettings>
				Property Value
(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypeVersionsListByApplicationTypesOptionalParams) => PagedAsyncIterableIterator<ApplicationTypeVersionResource, ApplicationTypeVersionResource[], PageSettings>
update
Updates the tags of an application type version resource of a given managed cluster.
update: (resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionUpdateParameters, options?: ApplicationTypeVersionsUpdateOptionalParams) => Promise<ApplicationTypeVersionResource>
				Property Value
(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionUpdateParameters, options?: ApplicationTypeVersionsUpdateOptionalParams) => Promise<ApplicationTypeVersionResource>