OBJECT
MultiTenantHostSpec
Description
MultiTenant host specification.
link GraphQL Schema definition
- type MultiTenantHostSpec {
- # Azure App ID of the multi-tenant host.
- String! :
- # Identifier for the multi-tenant host.
- String! :
- # Network configuration of the multi-tenant host.
- NetworkConfig :
- # Namespace assigned to the exocluster on the multi-tenant host.
- String! :
- # Azure container registry server for multi-tenant host.
- String! :
- # Tunnel mode for the multi-tenant host.
- String! :
- }