ResourceBasics Class
Representation of basic resource information.
Constructor
ResourceBasics(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
resource_id
|
ResourceId of the Azure resource. |
|
address_prefixes
|
List of IP address prefixes of the resource. |
Attributes
address_prefixes
List of IP address prefixes of the resource.
address_prefixes: list[str] | None
resource_id
ResourceId of the Azure resource.
resource_id: str | None