Network Class
Network related properties of a server.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelNetwork
Constructor
Network(*, delegated_subnet_resource_id: str | None = None, private_dns_zone_resource_id: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
delegated_subnet_resource_id
|
Delegated subnet resource id used to setup vnet for a server. |
private_dns_zone_resource_id
|
Private DNS zone resource id. |
Variables
Name | Description |
---|---|
public_network_access
|
Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration. Possible values include: "Enabled", "Disabled". |
delegated_subnet_resource_id
|
Delegated subnet resource id used to setup vnet for a server. |
private_dns_zone_resource_id
|
Private DNS zone resource id. |
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