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. NOTE: This property will not be serialized. It can only be populated by the server. |
kubernetes |
The Kubernetes version of the Fleet hub. NOTE: This property will not be serialized. It can only be populated by the server. |
portal |
The Azure Portal FQDN of the Fleet hub. NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
fqdn?: string
Property Value
string
kubernetesVersion
The Kubernetes version of the Fleet hub. NOTE: This property will not be serialized. It can only be populated by the server.
kubernetesVersion?: string
Property Value
string
portalFqdn
The Azure Portal FQDN of the Fleet hub. NOTE: This property will not be serialized. It can only be populated by the server.
portalFqdn?: string
Property Value
string