Share via


ServicesOperationsExtensions Class

Definition

Extension methods for ServicesOperations.

public static class ServicesOperationsExtensions
type ServicesOperationsExtensions = class
Public Module ServicesOperationsExtensions
Inheritance
ServicesOperationsExtensions

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