ArmDatabaseFleetManagerModelFactory.FleetHubProfile Method
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.
Initializes a new instance of FleetHubProfile.
public static Azure.ResourceManager.DatabaseFleetManager.Models.FleetHubProfile FleetHubProfile (string dnsPrefix = default, Azure.ResourceManager.DatabaseFleetManager.Models.FleetApiServerAccessProfile apiServerAccessProfile = default, Azure.Core.ResourceIdentifier agentSubnetId = default, string fqdn = default, string kubernetesVersion = default);
static member FleetHubProfile : string * Azure.ResourceManager.DatabaseFleetManager.Models.FleetApiServerAccessProfile * Azure.Core.ResourceIdentifier * string * string -> Azure.ResourceManager.DatabaseFleetManager.Models.FleetHubProfile
Public Shared Function FleetHubProfile (Optional dnsPrefix As String = Nothing, Optional apiServerAccessProfile As FleetApiServerAccessProfile = Nothing, Optional agentSubnetId As ResourceIdentifier = Nothing, Optional fqdn As String = Nothing, Optional kubernetesVersion As String = Nothing) As FleetHubProfile
Parameters
- dnsPrefix
- String
DNS prefix used to create the FQDN for the Fleet hub.
- apiServerAccessProfile
- FleetApiServerAccessProfile
The access profile for the Fleet hub API server.
- agentSubnetId
- ResourceIdentifier
The agent profile for the Fleet hub.
- fqdn
- String
The FQDN of the Fleet hub.
- kubernetesVersion
- String
The Kubernetes version of the Fleet hub.
Returns
A new FleetHubProfile instance for mocking.