Class NetworkManagerProperties
java.lang.Object
com.azure.resourcemanager.network.fluent.models.NetworkManagerProperties
Properties of Managed Network.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkManagerProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: A description of the network manager.Get the networkManagerScopeAccesses property: Scope Access.Get the networkManagerScopes property: Scope of Network Manager.Get the provisioningState property: The provisioning state of the network manager resource.voidvalidate()Validates the instance.withDescription(String description) Set the description property: A description of the network manager.withNetworkManagerScopeAccesses(List<ConfigurationType> networkManagerScopeAccesses) Set the networkManagerScopeAccesses property: Scope Access.withNetworkManagerScopes(NetworkManagerPropertiesNetworkManagerScopes networkManagerScopes) Set the networkManagerScopes property: Scope of Network Manager.
-
Constructor Details
-
NetworkManagerProperties
public NetworkManagerProperties()Creates an instance of NetworkManagerProperties class.
-
-
Method Details
-
description
Get the description property: A description of the network manager.- Returns:
- the description value.
-
withDescription
Set the description property: A description of the network manager.- Parameters:
description- the description value to set.- Returns:
- the NetworkManagerProperties object itself.
-
networkManagerScopes
Get the networkManagerScopes property: Scope of Network Manager.- Returns:
- the networkManagerScopes value.
-
withNetworkManagerScopes
public NetworkManagerProperties withNetworkManagerScopes(NetworkManagerPropertiesNetworkManagerScopes networkManagerScopes) Set the networkManagerScopes property: Scope of Network Manager.- Parameters:
networkManagerScopes- the networkManagerScopes value to set.- Returns:
- the NetworkManagerProperties object itself.
-
networkManagerScopeAccesses
Get the networkManagerScopeAccesses property: Scope Access.- Returns:
- the networkManagerScopeAccesses value.
-
withNetworkManagerScopeAccesses
public NetworkManagerProperties withNetworkManagerScopeAccesses(List<ConfigurationType> networkManagerScopeAccesses) Set the networkManagerScopeAccesses property: Scope Access.- Parameters:
networkManagerScopeAccesses- the networkManagerScopeAccesses value to set.- Returns:
- the NetworkManagerProperties object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the network manager resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-