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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET