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 application type version resource.

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

Deletes a Service Fabric application type version resource.

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

Creates or updates a Service Fabric application type version resource.

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

Deletes a Service Fabric application type version resource.

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

Gets a Service Fabric application type version resource.

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

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

Extension Methods

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

Creates or updates a Service Fabric application type version resource.

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

Creates or updates a Service Fabric application type version resource.

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

Deletes a Service Fabric application type version resource.

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

Deletes a Service Fabric application type version resource.

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

Creates or updates a Service Fabric application type version resource.

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

Creates or updates a Service Fabric application type version resource.

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

Deletes a Service Fabric application type version resource.

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

Deletes a Service Fabric application type version resource.

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

Gets a Service Fabric application type version resource.

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

Gets a Service Fabric application type version resource.

List(IApplicationTypeVersionsOperations, String, String, String)

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

ListAsync(IApplicationTypeVersionsOperations, String, String, String, CancellationToken)

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

Applies to