AzureFirewallIpGroups Class

  • java.lang.Object
    • com.azure.resourcemanager.network.models.AzureFirewallIpGroups

Implements

public final class AzureFirewallIpGroups
implements JsonSerializable<AzureFirewallIpGroups>

IpGroups associated with azure firewall.

Method Summary

Modifier and Type Method and Description
String changeNumber()

Get the changeNumber property: The iteration number.

static AzureFirewallIpGroups fromJson(JsonReader jsonReader)

Reads an instance of AzureFirewallIpGroups from the JsonReader.

String id()

Get the id property: Resource ID.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

changeNumber

public String changeNumber()

Get the changeNumber property: The iteration number.

Returns:

the changeNumber value.

fromJson

public static AzureFirewallIpGroups fromJson(JsonReader jsonReader)

Reads an instance of AzureFirewallIpGroups from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AzureFirewallIpGroups if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AzureFirewallIpGroups.

id

public String id()

Get the id property: Resource ID.

Returns:

the id value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to