Compartilhar via


ResourceBasics Class

Representation of basic resource information.

Inheritance
azure.mgmt.network._serialization.Model
ResourceBasics

Constructor

ResourceBasics(*, resource_id: str | None = None, address_prefixes: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
resource_id
str

ResourceId of the Azure resource.

address_prefixes

List of IP address prefixes of the resource.

Variables

Name Description
resource_id
str

ResourceId of the Azure resource.

address_prefixes

List of IP address prefixes of the resource.