BastionProfile interface
Profile to enable managed Azure Bastion or reference to an existing Bastion for the managed cluster. See https://aka.ms/aks/BastionConnect for more details.
Properties
| bastion |
The resource ID of the managed bastion associated with the managed cluster. |
| enabled | Indicates whether managed bastion is enabled. |
| public |
The resource ID of the public IP address associated with the managed bastion. When provided during creation, the managed bastion will reference this existing public IP address instead of creating a new one. The referenced public IP address must be in the same subscription and region as the managed cluster. When not provided during creation, AKS will automatically create a new public IP address. This field cannot be updated. To change IP address after creation, please disable and re-enable the managed bastion with the new public IP address. |
| scale |
The scale units of the managed bastion. Default value is 2. |
| sku | The SKU of the managed bastion. Only Standard and Premium SKUs are supported. SKU downgrading is not allowed. To downgrade SKU, please disable then re-enable the managed bastion with new SKU. See https://aka.ms/aks/BastionSKUs for more details. |
Property Details
bastionId
The resource ID of the managed bastion associated with the managed cluster.
bastionId?: string
Property Value
string
enabled
Indicates whether managed bastion is enabled.
enabled?: boolean
Property Value
boolean
publicIpAddressId
The resource ID of the public IP address associated with the managed bastion.
When provided during creation, the managed bastion will reference this existing public IP address instead of creating a new one. The referenced public IP address must be in the same subscription and region as the managed cluster.
When not provided during creation, AKS will automatically create a new public IP address.
This field cannot be updated. To change IP address after creation, please disable and re-enable the managed bastion with the new public IP address.
publicIpAddressId?: string
Property Value
string
scaleUnits
The scale units of the managed bastion. Default value is 2.
scaleUnits?: number
Property Value
number
sku
The SKU of the managed bastion.
Only Standard and Premium SKUs are supported. SKU downgrading is not allowed. To downgrade SKU, please disable then re-enable the managed bastion with new SKU.
See https://aka.ms/aks/BastionSKUs for more details.
sku?: string
Property Value
string