BastionHost Class

Bastion Host resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.v2020_04_01.models._models_py3.Resource
BastionHost

Constructor

BastionHost(*, id: typing.Union[str, NoneType] = None, location: typing.Union[str, NoneType] = None, tags: typing.Union[typing.Dict[str, str], NoneType] = None, ip_configurations: typing.Union[typing.List[_ForwardRef('BastionHostIPConfiguration')], NoneType] = None, dns_name: typing.Union[str, NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

location
str

Resource location.

tags
dict[str, str]

A set of tags. Resource tags.

ip_configurations
list[BastionHostIPConfiguration]

IP configuration of the Bastion Host resource.

dns_name
str

FQDN for the endpoint on which bastion host is accessible.

Variables

name
str

Resource name.

type
str

Resource type.

etag
str

A unique read-only string that changes whenever the resource is updated.

provisioning_state
str or ProvisioningState

The provisioning state of the bastion host resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".