共用方式為


InternetIngressPublicIpsProperties Class

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

Implements

public final class InternetIngressPublicIpsProperties
implements JsonSerializable<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
static InternetIngressPublicIpsProperties fromJson(JsonReader jsonReader)

Reads an instance of InternetIngressPublicIpsProperties from the JsonReader.

String id()

Get the id property: Resource Uri of Public Ip.

JsonWriter toJson(JsonWriter jsonWriter)
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

fromJson

public static InternetIngressPublicIpsProperties fromJson(JsonReader jsonReader)

Reads an instance of InternetIngressPublicIpsProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of InternetIngressPublicIpsProperties 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 InternetIngressPublicIpsProperties.

id

public String id()

Get the id property: Resource Uri of Public Ip.

Returns:

the id value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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