Share via


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

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

Creates or updates a Service Fabric application type name resource.

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

Deletes a Service Fabric application type name resource.

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

Gets a Service Fabric application type name resource.

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

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

Extension Methods

BeginDelete(IApplicationTypesOperations, String, String, String)

Deletes a Service Fabric application type name resource.

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

Deletes a Service Fabric application type name resource.

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

Creates or updates a Service Fabric application type name resource.

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

Creates or updates a Service Fabric application type name resource.

Delete(IApplicationTypesOperations, String, String, String)

Deletes a Service Fabric application type name resource.

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

Deletes a Service Fabric application type name resource.

Get(IApplicationTypesOperations, String, String, String)

Gets a Service Fabric application type name resource.

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

Gets a Service Fabric application type name resource.

List(IApplicationTypesOperations, String, String)

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

ListAsync(IApplicationTypesOperations, String, String, CancellationToken)

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

Applies to