Class NetworkGroupProperties
java.lang.Object
com.azure.resourcemanager.network.fluent.models.NetworkGroupProperties
Properties of network group.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkGroupProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: A description of the network group.Get the provisioningState property: The provisioning state of the scope assignment resource.voidvalidate()Validates the instance.withDescription(String description) Set the description property: A description of the network group.
-
Constructor Details
-
NetworkGroupProperties
public NetworkGroupProperties()Creates an instance of NetworkGroupProperties class.
-
-
Method Details
-
description
Get the description property: A description of the network group.- Returns:
- the description value.
-
withDescription
Set the description property: A description of the network group.- Parameters:
description- the description value to set.- Returns:
- the NetworkGroupProperties object itself.
-
provisioningState
Get the provisioningState property: The provisioning state of the scope assignment resource.- Returns:
- the provisioningState value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-