Share via


IApplicationTypeVersionsOperations Interface

Definition

ApplicationTypeVersionsOperations operations.

public interface IApplicationTypeVersionsOperations
type IApplicationTypeVersionsOperations = interface
Public Interface IApplicationTypeVersionsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, String, ApplicationTypeVersionResource, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Service Fabric managed application type version resource.

BeginDeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Service Fabric managed application type version resource.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, ApplicationTypeVersionResource, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Service Fabric managed application type version resource.

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a Service Fabric managed application type version resource.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a Service Fabric managed application type version resource.

ListByApplicationTypesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets the list of application type version resources created in the specified Service Fabric managed application type name resource.

ListByApplicationTypesWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the list of application type version resources created in the specified Service Fabric managed application type name resource.

UpdateWithHttpMessagesAsync(String, String, String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

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

Extension Methods

BeginCreateOrUpdate(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource)

Creates or updates a Service Fabric managed application type version resource.

BeginCreateOrUpdateAsync(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource, CancellationToken)

Creates or updates a Service Fabric managed application type version resource.

BeginDelete(IApplicationTypeVersionsOperations, String, String, String, String)

Deletes a Service Fabric managed application type version resource.

BeginDeleteAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken)

Deletes a Service Fabric managed application type version resource.

CreateOrUpdate(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource)

Creates or updates a Service Fabric managed application type version resource.

CreateOrUpdateAsync(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource, CancellationToken)

Creates or updates a Service Fabric managed application type version resource.

Delete(IApplicationTypeVersionsOperations, String, String, String, String)

Deletes a Service Fabric managed application type version resource.

DeleteAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken)

Deletes a Service Fabric managed application type version resource.

Get(IApplicationTypeVersionsOperations, String, String, String, String)

Gets a Service Fabric managed application type version resource.

GetAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken)

Gets a Service Fabric managed application type version resource.

ListByApplicationTypes(IApplicationTypeVersionsOperations, String, String, String)

Gets the list of application type version resources created in the specified Service Fabric managed application type name resource.

ListByApplicationTypesAsync(IApplicationTypeVersionsOperations, String, String, String, CancellationToken)

Gets the list of application type version resources created in the specified Service Fabric managed application type name resource.

ListByApplicationTypesNext(IApplicationTypeVersionsOperations, String)

Gets the list of application type version resources created in the specified Service Fabric managed application type name resource.

ListByApplicationTypesNextAsync(IApplicationTypeVersionsOperations, String, CancellationToken)

Gets the list of application type version resources created in the specified Service Fabric managed application type name resource.

Update(IApplicationTypeVersionsOperations, String, String, String, String, IDictionary<String,String>)

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

UpdateAsync(IApplicationTypeVersionsOperations, String, String, String, String, IDictionary<String,String>, CancellationToken)

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

Applies to