ReferencedPublicIpAddress Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ReferencedPublicIpAddress

public class ReferencedPublicIpAddress

Reference to a public IP address.

Constructor Summary

Constructor Description
ReferencedPublicIpAddress()

Method Summary

Modifier and Type Method and Description
java.lang.String id()

Get the PublicIPAddress Reference.

ReferencedPublicIpAddress withId(String id)

Set the PublicIPAddress Reference.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ReferencedPublicIpAddress

public ReferencedPublicIpAddress()

Method Details

id

public String id()

Get the PublicIPAddress Reference.

Returns:

the id value

withId

public ReferencedPublicIpAddress withId(String id)

Set the PublicIPAddress Reference.

Parameters:

id - the id value to set

Returns:

the ReferencedPublicIpAddress object itself.

Applies to