ArmContainerServiceFleetModelFactory.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.ContainerServiceFleet.Models.FleetHubProfile FleetHubProfile (string dnsPrefix = default, Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetAPIServerAccessProfile apiServerAccessProfile = default, Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetAgentProfile agentProfile = default, string fqdn = default, string kubernetesVersion = default, string portalFqdn = default);
static member FleetHubProfile : string * Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetAPIServerAccessProfile * Azure.ResourceManager.ContainerServiceFleet.Models.ContainerServiceFleetAgentProfile * string * string * string -> Azure.ResourceManager.ContainerServiceFleet.Models.FleetHubProfile
Public Shared Function FleetHubProfile (Optional dnsPrefix As String = Nothing, Optional apiServerAccessProfile As ContainerServiceFleetAPIServerAccessProfile = Nothing, Optional agentProfile As ContainerServiceFleetAgentProfile = Nothing, Optional fqdn As String = Nothing, Optional kubernetesVersion As String = Nothing, Optional portalFqdn As String = Nothing) As FleetHubProfile
Parameters
- dnsPrefix
- String
DNS prefix used to create the FQDN for the Fleet hub.
- apiServerAccessProfile
- ContainerServiceFleetAPIServerAccessProfile
The access profile for the Fleet hub API server.
- agentProfile
- ContainerServiceFleetAgentProfile
The agent profile for the Fleet hub.
- fqdn
- String
The FQDN of the Fleet hub.
- kubernetesVersion
- String
The Kubernetes version of the Fleet hub.
- portalFqdn
- String
The Azure Portal FQDN of the Fleet hub.
Returns
A new FleetHubProfile instance for mocking.
Applies to
Azure SDK for .NET