BastionHostIPConfiguration Class
IP configuration of an Bastion Host.
Constructor
BastionHostIPConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
properties
|
Represents the ip configuration associated with the resource. |
|
name
|
Name of the resource that is unique within a resource group. This name can be used to access the resource. |
|
etag
|
A unique read-only string that changes whenever the resource is updated. |
|
type
|
Ip configuration type. |
Attributes
etag
A unique read-only string that changes whenever the resource is updated.
etag: str | None
name
Name of the resource that is unique within a resource group. This name can be used to access the resource.
name: str | None
properties
Represents the ip configuration associated with the resource.
properties: _models.BastionHostIPConfigurationPropertiesFormat | None
type
Ip configuration type.
type: str | None