HybridConnectivityExtensions 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.
A class to add extension methods to Azure.ResourceManager.HybridConnectivity.
public static class HybridConnectivityExtensions
type HybridConnectivityExtensions = class
Public Module HybridConnectivityExtensions
- Inheritance
-
HybridConnectivityExtensions
Methods
GetEndpointResource(ArmClient, ResourceIdentifier, String, CancellationToken) |
Gets the endpoint to the resource.
|
GetEndpointResource(ArmClient, ResourceIdentifier) |
Gets an object representing an EndpointResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create an EndpointResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetEndpointResource(ResourceIdentifier) instead. |
GetEndpointResourceAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Gets the endpoint to the resource.
|
GetEndpointResources(ArmClient, ResourceIdentifier) |
Gets a collection of EndpointResources in the ArmClient. MockingTo mock this method, please mock GetEndpointResources(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET