BootstrapAzureConfig interface
Azure configuration returned as part of FlexNode bootstrap data.
Properties
| bootstrap |
Bootstrap token for node enrollment. Do not cache or log. |
| resource |
Azure Resource Manager endpoint for the cloud environment. |
| target |
Target agent pool name. |
| target |
Target cluster identity. |
Property Details
bootstrapToken
Bootstrap token for node enrollment. Do not cache or log.
bootstrapToken?: BootstrapTokenInfo
Property Value
resourceManagerEndpoint
Azure Resource Manager endpoint for the cloud environment.
resourceManagerEndpoint?: string
Property Value
string
targetAgentPoolName
Target agent pool name.
targetAgentPoolName?: string
Property Value
string
targetCluster
Target cluster identity.
targetCluster?: BootstrapTargetCluster