InboundEndpointInner Class

public final class InboundEndpointInner
extends Resource

Describes an inbound endpoint for a DNS resolver.

Constructor Summary

Constructor Description
InboundEndpointInner()

Creates an instance of InboundEndpointInner class.

Method Summary

Modifier and Type Method and Description
String etag()

Get the etag property: "If etag is provided in the response body, it may also be provided as a header per the normal etag convention.

static InboundEndpointInner fromJson(JsonReader jsonReader)

Reads an instance of InboundEndpointInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

List<IpConfiguration> ipConfigurations()

Get the ipConfigurations property: IP configurations for the inbound endpoint.

String name()

Get the name property: The name of the resource.

ProvisioningState provisioningState()

Get the provisioningState property: The current provisioning state of the inbound endpoint.

String resourceGuid()

Get the resourceGuid property: The resourceGuid property of the inbound endpoint resource.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

InboundEndpointInner withIpConfigurations(List<IpConfiguration> ipConfigurations)

Set the ipConfigurations property: IP configurations for the inbound endpoint.

InboundEndpointInner withLocation(String location)
InboundEndpointInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

InboundEndpointInner

public InboundEndpointInner()

Creates an instance of InboundEndpointInner class.

Method Details

etag

public String etag()

Get the etag property: "If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.").

Returns:

the etag value.

fromJson

public static InboundEndpointInner fromJson(JsonReader jsonReader)

Reads an instance of InboundEndpointInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of InboundEndpointInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

InboundEndpointInner.id()

Returns:

the id value.

ipConfigurations

public List<IpConfiguration> ipConfigurations()

Get the ipConfigurations property: IP configurations for the inbound endpoint.

Returns:

the ipConfigurations value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

InboundEndpointInner.name()

Returns:

the name value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The current provisioning state of the inbound endpoint. This is a read-only property and any attempt to set this value will be ignored.

Returns:

the provisioningState value.

resourceGuid

public String resourceGuid()

Get the resourceGuid property: The resourceGuid property of the inbound endpoint resource.

Returns:

the resourceGuid value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

InboundEndpointInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

InboundEndpointInner.type()

Returns:

the type value.

withIpConfigurations

public InboundEndpointInner withIpConfigurations(List<IpConfiguration> ipConfigurations)

Set the ipConfigurations property: IP configurations for the inbound endpoint.

Parameters:

ipConfigurations - the ipConfigurations value to set.

Returns:

the InboundEndpointInner object itself.

withLocation

public InboundEndpointInner withLocation(String location)

Overrides:

InboundEndpointInner.withLocation(String location)

Parameters:

location

withTags

public InboundEndpointInner withTags(Map<String,String> tags)

Overrides:

InboundEndpointInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to