FleetHubProfile interface
The FleetHubProfile configures the fleet hub.
Properties
| agent |
The agent profile for the Fleet hub. |
| api |
The access profile for the Fleet hub API server. |
| dns |
DNS prefix used to create the FQDN for the Fleet hub. |
| fqdn | The FQDN of the Fleet hub. |
| kubernetes |
The Kubernetes version of the Fleet hub. |
| portal |
The Azure Portal FQDN of the Fleet hub. |
Property Details
agentProfile
apiServerAccessProfile
The access profile for the Fleet hub API server.
apiServerAccessProfile?: APIServerAccessProfile
Property Value
dnsPrefix
DNS prefix used to create the FQDN for the Fleet hub.
dnsPrefix?: string
Property Value
string
fqdn
The FQDN of the Fleet hub.
fqdn?: string
Property Value
string
kubernetesVersion
The Kubernetes version of the Fleet hub.
kubernetesVersion?: string
Property Value
string
portalFqdn
The Azure Portal FQDN of the Fleet hub.
portalFqdn?: string
Property Value
string