InternetIngressPublicIpsProperties Class

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

public final class InternetIngressPublicIpsProperties

Internet Ingress Public Ip Properties Resource Uri of Public Ip for Standard Load Balancer Frontend End.

Constructor Summary

Constructor Description
InternetIngressPublicIpsProperties()

Creates an instance of InternetIngressPublicIpsProperties class.

Method Summary

Modifier and Type Method and Description
String id()

Get the id property: Resource Uri of Public Ip.

void validate()

Validates the instance.

InternetIngressPublicIpsProperties withId(String id)

Set the id property: Resource Uri of Public Ip.

Methods inherited from java.lang.Object

Constructor Details

InternetIngressPublicIpsProperties

public InternetIngressPublicIpsProperties()

Creates an instance of InternetIngressPublicIpsProperties class.

Method Details

id

public String id()

Get the id property: Resource Uri of Public Ip.

Returns:

the id value.

validate

public void validate()

Validates the instance.

withId

public InternetIngressPublicIpsProperties withId(String id)

Set the id property: Resource Uri of Public Ip.

Parameters:

id - the id value to set.

Returns:

the InternetIngressPublicIpsProperties object itself.

Applies to