InternetIngressPublicIpsProperties Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. InternetIngressPublicIpsProperties
- com.
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 Internet |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Internet |
fromJson(JsonReader jsonReader)
Reads an instance of Internet |
String |
id()
Get the id property: Resource Uri of Public Ip. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Internet |
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:
Returns:
Throws:
id
public String id()
Get the id property: Resource Uri of Public Ip.
Returns:
toJson
validate
public void validate()
Validates the instance.
withId
public InternetIngressPublicIpsProperties withId(String id)
Set the id property: Resource Uri of Public Ip.
Parameters:
Returns: