ReferencedPublicIpAddress Class

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

public final class ReferencedPublicIpAddress

Reference to a public IP address.

Constructor Summary

Constructor Description
ReferencedPublicIpAddress()

Creates an instance of ReferencedPublicIpAddress class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: The PublicIPAddress Reference.

void validate()

Validates the instance.

ReferencedPublicIpAddress withId(String id)

Set the id property: The PublicIPAddress Reference.

Methods inherited from java.lang.Object

Constructor Details

ReferencedPublicIpAddress

public ReferencedPublicIpAddress()

Creates an instance of ReferencedPublicIpAddress class.

Method Details

id

public String id()

Get the id property: The PublicIPAddress Reference.

Returns:

the id value.

validate

public void validate()

Validates the instance.

withId

public ReferencedPublicIpAddress withId(String id)

Set the id property: The PublicIPAddress Reference.

Parameters:

id - the id value to set.

Returns:

the ReferencedPublicIpAddress object itself.

Applies to