NetworkManagerProperties Class

Properties of Managed Network.

Constructor

NetworkManagerProperties(*args: Any, **kwargs: Any)

Variables

Name Description
description
str

A description of the network manager.

network_manager_scopes

Scope of Network Manager. Required.

network_manager_scope_accesses

Scope Access.

provisioning_state

The provisioning state of the network manager resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

resource_guid
str

Unique identifier for this resource.

Attributes

description

A description of the network manager.

description: str | None

network_manager_scope_accesses

Scope Access.

network_manager_scope_accesses: list[typing.Union[str, ForwardRef('_models.ConfigurationType')]] | None

network_manager_scopes

Scope of Network Manager. Required.

network_manager_scopes: _models.NetworkManagerPropertiesNetworkManagerScopes

provisioning_state

"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

resource_guid

Unique identifier for this resource.

resource_guid: str | None