ExternalSubnet Class
Subnet information as returned by the Microsoft.Network API.
- Inheritance
-
msrest.serialization.ModelExternalSubnet
Constructor
ExternalSubnet(*, id: str | None = None, name: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
id
Required
|
Gets or sets the identifier. |
name
Required
|
Gets or sets the name. |
Keyword-Only Parameters
Name | Description |
---|---|
id
Required
|
|
name
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python