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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET