Azure.ResourceManager.DatabaseFleetManager 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
DatabaseFleetCollection |
A class representing a collection of DatabaseFleetResource and their operations. Each DatabaseFleetResource in the collection will belong to the same instance of ResourceGroupResource. To get a DatabaseFleetCollection instance call the GetDatabaseFleets method from an instance of ResourceGroupResource. |
DatabaseFleetData |
A class representing the DatabaseFleet data model. The Fleet resource. |
DatabaseFleetManagerExtensions |
A class to add extension methods to Azure.ResourceManager.DatabaseFleetManager. |
DatabaseFleetMemberCollection |
A class representing a collection of DatabaseFleetMemberResource and their operations. Each DatabaseFleetMemberResource in the collection will belong to the same instance of DatabaseFleetResource. To get a DatabaseFleetMemberCollection instance call the GetDatabaseFleetMembers method from an instance of DatabaseFleetResource. |
DatabaseFleetMemberData |
A class representing the DatabaseFleetMember data model. A member of the Fleet. It contains a reference to an existing Kubernetes cluster on Azure. |
DatabaseFleetMemberResource |
A Class representing a DatabaseFleetMember along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a DatabaseFleetMemberResource from an instance of ArmClient using the GetDatabaseFleetMemberResource method. Otherwise you can get one from its parent resource DatabaseFleetResource using the GetDatabaseFleetMember method. |
DatabaseFleetResource |
A Class representing a DatabaseFleet along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a DatabaseFleetResource from an instance of ArmClient using the GetDatabaseFleetResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetDatabaseFleet method. |
DatabaseFleetUpdateRunCollection |
A class representing a collection of DatabaseFleetUpdateRunResource and their operations. Each DatabaseFleetUpdateRunResource in the collection will belong to the same instance of DatabaseFleetResource. To get a DatabaseFleetUpdateRunCollection instance call the GetDatabaseFleetUpdateRuns method from an instance of DatabaseFleetResource. |
DatabaseFleetUpdateRunData |
A class representing the DatabaseFleetUpdateRun data model. An UpdateRun is a multi-stage process to perform update operations across members of a Fleet. |
DatabaseFleetUpdateRunResource |
A Class representing a DatabaseFleetUpdateRun along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a DatabaseFleetUpdateRunResource from an instance of ArmClient using the GetDatabaseFleetUpdateRunResource method. Otherwise you can get one from its parent resource DatabaseFleetResource using the GetDatabaseFleetUpdateRun method. |
Azure SDK for .NET