PlatformProfileCreate interface
Azure platform configuration for create/update operations, omitting server-side read-only field issuerUrl.
Properties
| managed |
Resource group name to put cluster resources. |
| network |
Resource ID for the NSG attached to the cluster subnet. |
| operators |
The configuration for operator authentication to Azure. |
| outbound |
The core outgoing configuration. |
| subnet |
The Azure resource ID of the worker subnet. |
| vnet |
The Azure resource ID of the VNet integration subnet. |
Property Details
managedResourceGroup
Resource group name to put cluster resources.
managedResourceGroup?: string
Property Value
string
networkSecurityGroupId
Resource ID for the NSG attached to the cluster subnet.
networkSecurityGroupId: string
Property Value
string
operatorsAuthentication
The configuration for operator authentication to Azure.
operatorsAuthentication: OperatorsAuthenticationProfile
Property Value
outboundType
The core outgoing configuration.
outboundType?: string
Property Value
string
subnetId
The Azure resource ID of the worker subnet.
subnetId: string
Property Value
string
vnetIntegrationSubnetId
The Azure resource ID of the VNet integration subnet.
vnetIntegrationSubnetId: string
Property Value
string