IApplicationTypesOperations Interface

Definition

ApplicationTypesOperations operations.

public interface IApplicationTypesOperations
type IApplicationTypesOperations = interface
Public Interface IApplicationTypesOperations

Methods

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

Deletes a Service Fabric managed application type name resource.

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

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

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

Deletes a Service Fabric managed application type name resource.

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

Gets a Service Fabric managed application type name resource.

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

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

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

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

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

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

Extension Methods

BeginDelete(IApplicationTypesOperations, String, String, String)

Deletes a Service Fabric managed application type name resource.

BeginDeleteAsync(IApplicationTypesOperations, String, String, String, CancellationToken)

Deletes a Service Fabric managed application type name resource.

CreateOrUpdate(IApplicationTypesOperations, String, String, String, ApplicationTypeResource)

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

CreateOrUpdateAsync(IApplicationTypesOperations, String, String, String, ApplicationTypeResource, CancellationToken)

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

Delete(IApplicationTypesOperations, String, String, String)

Deletes a Service Fabric managed application type name resource.

DeleteAsync(IApplicationTypesOperations, String, String, String, CancellationToken)

Deletes a Service Fabric managed application type name resource.

Get(IApplicationTypesOperations, String, String, String)

Gets a Service Fabric managed application type name resource.

GetAsync(IApplicationTypesOperations, String, String, String, CancellationToken)

Gets a Service Fabric managed application type name resource.

List(IApplicationTypesOperations, String, String)

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

ListAsync(IApplicationTypesOperations, String, String, CancellationToken)

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

ListNext(IApplicationTypesOperations, String)

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

ListNextAsync(IApplicationTypesOperations, String, CancellationToken)

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

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

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

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

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

Applies to