NetworkManager Class
The Managed Network resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.network.models._models_py3.ResourceNetworkManager
Constructor
NetworkManager(*, id: str | None = None, location: str | None = None, tags: Dict[str, str] | None = None, description: str | None = None, network_manager_scopes: _models.NetworkManagerPropertiesNetworkManagerScopes | None = None, network_manager_scope_accesses: List[str | _models.ConfigurationType] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
Resource ID. |
location
|
Resource location. |
tags
|
Resource tags. |
description
|
A description of the network manager. |
network_manager_scopes
|
Scope of Network Manager. |
network_manager_scope_accesses
|
Scope Access. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
Resource tags. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
system_data
|
The system metadata related to this resource. |
description
|
A description of the network manager. |
network_manager_scopes
|
Scope of Network Manager. |
network_manager_scope_accesses
|
Scope Access. |
provisioning_state
|
The provisioning state of the network manager resource. Known values are: "Succeeded", "Updating", "Deleting", and "Failed". |
resource_guid
|
Unique identifier for this resource. |
Azure SDK for Python