Udostępnij za pośrednictwem


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 service resource.

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

Deletes a Service Fabric service resource.

BeginUpdateWithHttpMessagesAsync(String, String, String, String, ServiceResourceUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates a Service Fabric service resource.

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

Creates or updates a Service Fabric service resource.

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

Deletes a Service Fabric service resource.

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

Gets a Service Fabric service resource.

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

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

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

Updates a Service Fabric service resource.

Extension Methods

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

Creates or updates a Service Fabric service resource.

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

Creates or updates a Service Fabric service resource.

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

Deletes a Service Fabric service resource.

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

Deletes a Service Fabric service resource.

BeginUpdate(IServicesOperations, String, String, String, String, ServiceResourceUpdate)

Updates a Service Fabric service resource.

BeginUpdateAsync(IServicesOperations, String, String, String, String, ServiceResourceUpdate, CancellationToken)

Updates a Service Fabric service resource.

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

Creates or updates a Service Fabric service resource.

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

Creates or updates a Service Fabric service resource.

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

Deletes a Service Fabric service resource.

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

Deletes a Service Fabric service resource.

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

Gets a Service Fabric service resource.

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

Gets a Service Fabric service resource.

List(IServicesOperations, String, String, String)

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

ListAsync(IServicesOperations, String, String, String, CancellationToken)

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

Update(IServicesOperations, String, String, String, String, ServiceResourceUpdate)

Updates a Service Fabric service resource.

UpdateAsync(IServicesOperations, String, String, String, String, ServiceResourceUpdate, CancellationToken)

Updates a Service Fabric service resource.

Applies to