Azure.ResourceManager.FluidRelay Namespace
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.
Classes
FluidRelayContainerCollection |
A class representing a collection of FluidRelayContainerResource and their operations. Each FluidRelayContainerResource in the collection will belong to the same instance of FluidRelayServerResource. To get a FluidRelayContainerCollection instance call the GetFluidRelayContainers method from an instance of FluidRelayServerResource. |
FluidRelayContainerData |
A class representing the FluidRelayContainer data model. A FluidRelay Container. |
FluidRelayContainerResource |
A Class representing a FluidRelayContainer along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a FluidRelayContainerResource from an instance of ArmClient using the GetFluidRelayContainerResource method. Otherwise you can get one from its parent resource FluidRelayServerResource using the GetFluidRelayContainer method. |
FluidRelayExtensions |
A class to add extension methods to Azure.ResourceManager.FluidRelay. |
FluidRelayServerCollection |
A class representing a collection of FluidRelayServerResource and their operations. Each FluidRelayServerResource in the collection will belong to the same instance of ResourceGroupResource. To get a FluidRelayServerCollection instance call the GetFluidRelayServers method from an instance of ResourceGroupResource. |
FluidRelayServerData |
A class representing the FluidRelayServer data model. A FluidRelay Server. |
FluidRelayServerResource |
A Class representing a FluidRelayServer along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a FluidRelayServerResource from an instance of ArmClient using the GetFluidRelayServerResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetFluidRelayServer method. |
Azure SDK for .NET