ServicesOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for ServicesOperations.
public static class ServicesOperationsExtensions
type ServicesOperationsExtensions = class
Public Module ServicesOperationsExtensions
- Inheritance
-
ServicesOperationsExtensions
Methods
CreateOrUpdate(IServicesOperations, String, String, String, ServiceResource) |
Creates or updates a service in the service topology. |
CreateOrUpdateAsync(IServicesOperations, String, String, String, ServiceResource, CancellationToken) |
Creates or updates a service in the service topology. |
Delete(IServicesOperations, String, String, String) |
Deletes the service. |
DeleteAsync(IServicesOperations, String, String, String, CancellationToken) |
Deletes the service. |
Get(IServicesOperations, String, String, String) |
Gets the service. |
GetAsync(IServicesOperations, String, String, String, CancellationToken) |
Gets the service. |
List(IServicesOperations, String, String) |
Lists the services in the service topology. |
ListAsync(IServicesOperations, String, String, CancellationToken) |
Lists the services in the service topology. |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.