ReferencedPublicIpAddress Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ReferencedPublicIpAddress
- com.
Implements
public final class ReferencedPublicIpAddress
implements JsonSerializable<ReferencedPublicIpAddress>
Reference to a public IP address.
Constructor Summary
Constructor | Description |
---|---|
ReferencedPublicIpAddress() |
Creates an instance of Referenced |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Referenced |
fromJson(JsonReader jsonReader)
Reads an instance of Referenced |
String |
id()
Get the id property: The Public |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Referenced |
withId(String id)
Set the id property: The Public |
Methods inherited from java.lang.Object
Constructor Details
ReferencedPublicIpAddress
public ReferencedPublicIpAddress()
Creates an instance of ReferencedPublicIpAddress class.
Method Details
fromJson
public static ReferencedPublicIpAddress fromJson(JsonReader jsonReader)
Reads an instance of ReferencedPublicIpAddress from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The PublicIPAddress Reference.
Returns:
toJson
validate
public void validate()
Validates the instance.
withId
public ReferencedPublicIpAddress withId(String id)
Set the id property: The PublicIPAddress Reference.
Parameters:
Returns:
Applies to
Azure SDK for Java