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_03_01.models._models_py3.ResourceBastionHost
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.
- 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".
Feedback
Submit and view feedback for