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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET