Share via


BastionHostIPConfigurationPropertiesFormatOutput interface

Properties of IP configuration of an Bastion Host.

Properties

privateIPAllocationMethod

Private IP allocation method.

provisioningState

The provisioning state of the bastion host IP configuration resource.

publicIPAddress

Reference of the PublicIP resource.

subnet

Reference of the subnet resource.

Property Details

privateIPAllocationMethod

Private IP allocation method.

privateIPAllocationMethod?: "Static" | "Dynamic"

Property Value

"Static" | "Dynamic"

provisioningState

The provisioning state of the bastion host IP configuration resource.

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

Property Value

"Succeeded" | "Updating" | "Deleting" | "Failed"

publicIPAddress

Reference of the PublicIP resource.

publicIPAddress: SubResourceOutput

Property Value

subnet

Reference of the subnet resource.

subnet: SubResourceOutput

Property Value