InboundEndpointInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. dnsresolver. fluent. models. InboundEndpointInner
- com.
- com.
- com.
public final class InboundEndpointInner
extends Resource
Describes an inbound endpoint for a DNS resolver.
Constructor Summary
| Constructor | Description |
|---|---|
| InboundEndpointInner() |
Creates an instance of Inbound |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
etag()
Get the etag property: ETag of the inbound endpoint. |
|
static
Inbound |
fromJson(JsonReader jsonReader)
Reads an instance of Inbound |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
List<Ip |
ipConfigurations()
Get the ip |
| String |
name()
Get the name property: The name of the resource. |
|
Provisioning |
provisioningState()
Get the provisioning |
| String |
resourceGuid()
Get the resource |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Inbound |
withIpConfigurations(List<IpConfiguration> ipConfigurations)
Set the ip |
|
Inbound |
withLocation(String location) |
|
Inbound |
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: ETag of the inbound endpoint.
Returns:
fromJson
public static InboundEndpointInner fromJson(JsonReader jsonReader)
Reads an instance of InboundEndpointInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
InboundEndpointInner.id()Returns:
ipConfigurations
public List<IpConfiguration> ipConfigurations()
Get the ipConfigurations property: IP configurations for the inbound endpoint.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
InboundEndpointInner.name()Returns:
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:
resourceGuid
public String resourceGuid()
Get the resourceGuid property: The resourceGuid property of the inbound endpoint resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
InboundEndpointInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
InboundEndpointInner.type()Returns:
validate
public void validate()
Validates the instance.
withIpConfigurations
public InboundEndpointInner withIpConfigurations(List<IpConfiguration> ipConfigurations)
Set the ipConfigurations property: IP configurations for the inbound endpoint.
Parameters:
Returns:
withLocation
public InboundEndpointInner withLocation(String location)
Overrides:
InboundEndpointInner.withLocation(String location)Parameters:
withTags
public InboundEndpointInner withTags(Map<String,String> tags)
Overrides:
InboundEndpointInner.withTags(Map<String,String> tags)Parameters: