AzureFirewallIpGroups Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. AzureFirewallIpGroups
- com.
Implements
public final class AzureFirewallIpGroups
implements JsonSerializable<AzureFirewallIpGroups>
IpGroups associated with azure firewall.
Constructor Summary
Constructor | Description |
---|---|
AzureFirewallIpGroups() |
Creates an instance of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
changeNumber()
Get the change |
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
String |
id()
Get the id property: Resource ID. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AzureFirewallIpGroups
public AzureFirewallIpGroups()
Creates an instance of AzureFirewallIpGroups class.
Method Details
changeNumber
public String changeNumber()
Get the changeNumber property: The iteration number.
Returns:
fromJson
public static AzureFirewallIpGroups fromJson(JsonReader jsonReader)
Reads an instance of AzureFirewallIpGroups from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource ID.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java