ResourceBasics Class
Representation of basic resource information.
- Inheritance
-
azure.mgmt.network._serialization.ModelResourceBasics
Constructor
ResourceBasics(*, resource_id: str | None = None, address_prefixes: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
resource_id
|
ResourceId of the Azure resource. |
address_prefixes
|
List of IP address prefixes of the resource. |
Variables
Name | Description |
---|---|
resource_id
|
ResourceId of the Azure resource. |
address_prefixes
|
List of IP address prefixes of the resource. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python