共用方式為


IServicesOperations Interface

Definition

ServicesOperations operations.

public interface IServicesOperations
type IServicesOperations = interface
Public Interface IServicesOperations

Methods

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

Creates or updates a Service Fabric managed service resource.

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

Deletes a Service Fabric managed service resource.

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

Creates or updates a Service Fabric managed service resource.

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

Deletes a Service Fabric managed service resource.

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

Gets a Service Fabric managed service resource.

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

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

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

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

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

Updates the tags of a service resource of a given managed cluster.

Extension Methods

BeginCreateOrUpdate(IServicesOperations, String, String, String, String, ServiceResource)

Creates or updates a Service Fabric managed service resource.

BeginCreateOrUpdateAsync(IServicesOperations, String, String, String, String, ServiceResource, CancellationToken)

Creates or updates a Service Fabric managed service resource.

BeginDelete(IServicesOperations, String, String, String, String)

Deletes a Service Fabric managed service resource.

BeginDeleteAsync(IServicesOperations, String, String, String, String, CancellationToken)

Deletes a Service Fabric managed service resource.

CreateOrUpdate(IServicesOperations, String, String, String, String, ServiceResource)

Creates or updates a Service Fabric managed service resource.

CreateOrUpdateAsync(IServicesOperations, String, String, String, String, ServiceResource, CancellationToken)

Creates or updates a Service Fabric managed service resource.

Delete(IServicesOperations, String, String, String, String)

Deletes a Service Fabric managed service resource.

DeleteAsync(IServicesOperations, String, String, String, String, CancellationToken)

Deletes a Service Fabric managed service resource.

Get(IServicesOperations, String, String, String, String)

Gets a Service Fabric managed service resource.

GetAsync(IServicesOperations, String, String, String, String, CancellationToken)

Gets a Service Fabric managed service resource.

ListByApplications(IServicesOperations, String, String, String)

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

ListByApplicationsAsync(IServicesOperations, String, String, String, CancellationToken)

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

ListByApplicationsNext(IServicesOperations, String)

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

ListByApplicationsNextAsync(IServicesOperations, String, CancellationToken)

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

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

Updates the tags of a service resource of a given managed cluster.

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

Updates the tags of a service resource of a given managed cluster.

Applies to