FluidRelayExtensions 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.FluidRelay.
public static class FluidRelayExtensions
type FluidRelayExtensions = class
Public Module FluidRelayExtensions
- Inheritance
-
FluidRelayExtensions
Methods
GetFluidRelayContainerResource(ArmClient, ResourceIdentifier) |
Gets an object representing a FluidRelayContainerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a FluidRelayContainerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetFluidRelayContainerResource(ResourceIdentifier) instead. |
GetFluidRelayServer(ResourceGroupResource, String, CancellationToken) |
Get a Fluid Relay server.
|
GetFluidRelayServerAsync(ResourceGroupResource, String, CancellationToken) |
Get a Fluid Relay server.
|
GetFluidRelayServerResource(ArmClient, ResourceIdentifier) |
Gets an object representing a FluidRelayServerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a FluidRelayServerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetFluidRelayServerResource(ResourceIdentifier) instead. |
GetFluidRelayServers(ResourceGroupResource) |
Gets a collection of FluidRelayServerResources in the ResourceGroupResource. MockingTo mock this method, please mock GetFluidRelayServers() instead. |
GetFluidRelayServers(SubscriptionResource, CancellationToken) |
List all Fluid Relay servers in a subscription.
|
GetFluidRelayServersAsync(SubscriptionResource, CancellationToken) |
List all Fluid Relay servers in a subscription.
|
Applies to
Azure SDK for .NET