Class NetworkManagerSecurityGroupItem
java.lang.Object
com.azure.resourcemanager.network.models.NetworkManagerSecurityGroupItem
Network manager security group item.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of NetworkManagerSecurityGroupItem class. -
Method Summary
Modifier and TypeMethodDescriptionGet the networkGroupId property: Network manager group Id.voidvalidate()Validates the instance.withNetworkGroupId(String networkGroupId) Set the networkGroupId property: Network manager group Id.
-
Constructor Details
-
NetworkManagerSecurityGroupItem
public NetworkManagerSecurityGroupItem()Creates an instance of NetworkManagerSecurityGroupItem class.
-
-
Method Details
-
networkGroupId
Get the networkGroupId property: Network manager group Id.- Returns:
- the networkGroupId value.
-
withNetworkGroupId
Set the networkGroupId property: Network manager group Id.- Parameters:
networkGroupId- the networkGroupId value to set.- Returns:
- the NetworkManagerSecurityGroupItem object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-