NetworkProperties Class
The network properties.
Constructor
NetworkProperties(*, resource_provider_connection: str | _models.ResourceProviderConnection | None = None, private_link: str | _models.PrivateLink | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
resource_provider_connection
|
The direction for the resource provider connection. Known values are: "Inbound" and "Outbound". Default value: None
|
|
private_link
|
str or
PrivateLink
Indicates whether or not private link is enabled. Known values are: "Disabled" and "Enabled". Default value: None
|
Variables
| Name | Description |
|---|---|
|
resource_provider_connection
|
The direction for the resource provider connection. Known values are: "Inbound" and "Outbound". |
|
private_link
|
str or
PrivateLink
Indicates whether or not private link is enabled. Known values are: "Disabled" and "Enabled". |