IApplicationsOperations Interface

Definition

ApplicationsOperations operations.

public interface IApplicationsOperations
type IApplicationsOperations = interface
Public Interface IApplicationsOperations

Methods

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

Creates or updates a Service Fabric managed application resource.

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

Deletes a Service Fabric managed application resource.

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

Creates or updates a Service Fabric managed application resource.

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

Deletes a Service Fabric managed application resource.

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

Gets a Service Fabric managed application resource.

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

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

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

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

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

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

Extension Methods

BeginCreateOrUpdate(IApplicationsOperations, String, String, String, ApplicationResource)

Creates or updates a Service Fabric managed application resource.

BeginCreateOrUpdateAsync(IApplicationsOperations, String, String, String, ApplicationResource, CancellationToken)

Creates or updates a Service Fabric managed application resource.

BeginDelete(IApplicationsOperations, String, String, String)

Deletes a Service Fabric managed application resource.

BeginDeleteAsync(IApplicationsOperations, String, String, String, CancellationToken)

Deletes a Service Fabric managed application resource.

CreateOrUpdate(IApplicationsOperations, String, String, String, ApplicationResource)

Creates or updates a Service Fabric managed application resource.

CreateOrUpdateAsync(IApplicationsOperations, String, String, String, ApplicationResource, CancellationToken)

Creates or updates a Service Fabric managed application resource.

Delete(IApplicationsOperations, String, String, String)

Deletes a Service Fabric managed application resource.

DeleteAsync(IApplicationsOperations, String, String, String, CancellationToken)

Deletes a Service Fabric managed application resource.

Get(IApplicationsOperations, String, String, String)

Gets a Service Fabric managed application resource.

GetAsync(IApplicationsOperations, String, String, String, CancellationToken)

Gets a Service Fabric managed application resource.

List(IApplicationsOperations, String, String)

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

ListAsync(IApplicationsOperations, String, String, CancellationToken)

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

ListNext(IApplicationsOperations, String)

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

ListNextAsync(IApplicationsOperations, String, CancellationToken)

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

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

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

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

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

Applies to