BastionHostIPConfigurationPropertiesFormat Class

Properties of IP configuration of an Bastion Host.

Constructor

BastionHostIPConfigurationPropertiesFormat(*args: Any, **kwargs: Any)

Variables

Name Description
subnet

Reference of the subnet resource. Required.

public_ip_address

Reference of the PublicIP resource. Null for private only bastion.

provisioning_state

The provisioning state of the bastion host IP configuration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

private_ip_allocation_method

Private IP allocation method. Known values are: "Static" and "Dynamic".

Attributes

private_ip_allocation_method

"Static" and "Dynamic".

private_ip_allocation_method: str | _models.IPAllocationMethod | None

provisioning_state

The provisioning state of the bastion host IP configuration resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

public_ip_address

Reference of the PublicIP resource. Null for private only bastion.

public_ip_address: _models.SubResource | None

subnet

Reference of the subnet resource. Required.

subnet: _models.SubResource