Class AzureFirewallIpGroups
- java.lang.Object
-
- com.azure.resourcemanager.network.models.AzureFirewallIpGroups
-
public final class AzureFirewallIpGroups extends Object
IpGroups associated with azure firewall.
-
-
Constructor Summary
Constructors Constructor Description AzureFirewallIpGroups()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringchangeNumber()Get the changeNumber property: The iteration number.Stringid()Get the id property: Resource ID.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
id
public String id()
Get the id property: Resource ID.- Returns:
- the id value.
-
changeNumber
public String changeNumber()
Get the changeNumber property: The iteration number.- Returns:
- the changeNumber value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-