IPConfiguration Class
IP configuration.
Constructor
IPConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
id
|
Resource ID. |
|
properties
|
Properties of the IP configuration. |
|
name
|
The 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. |
Attributes
etag
A unique read-only string that changes whenever the resource is updated.
etag: str | None
name
The name of the resource that is unique within a resource group. This name can be used to access the resource.
name: str | None
properties
Properties of the IP configuration.
properties: _models.IPConfigurationPropertiesFormat | None