ServiceTopologiesOperationsExtensions 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 ServiceTopologiesOperations.
public static class ServiceTopologiesOperationsExtensions
type ServiceTopologiesOperationsExtensions = class
Public Module ServiceTopologiesOperationsExtensions
- Inheritance
-
ServiceTopologiesOperationsExtensions
Methods
CreateOrUpdate(IServiceTopologiesOperations, ServiceTopologyResource, String, String) |
Creates or updates a service topology. |
CreateOrUpdateAsync(IServiceTopologiesOperations, ServiceTopologyResource, String, String, CancellationToken) |
Creates or updates a service topology. |
Delete(IServiceTopologiesOperations, String, String) |
Deletes the service topology. |
DeleteAsync(IServiceTopologiesOperations, String, String, CancellationToken) |
Deletes the service topology. |
Get(IServiceTopologiesOperations, String, String) |
Gets the service topology. |
GetAsync(IServiceTopologiesOperations, String, String, CancellationToken) |
Gets the service topology. |
List(IServiceTopologiesOperations, String) |
Lists the service topologies in the resource group. |
ListAsync(IServiceTopologiesOperations, String, CancellationToken) |
Lists the service topologies in the resource group. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET