Class InboundEndpointInner


  • public final class InboundEndpointInner
    extends com.azure.core.management.Resource
    Describes an inbound endpoint for a DNS resolver.
    • Constructor Detail

      • InboundEndpointInner

        public InboundEndpointInner()
    • Method Detail

      • etag

        public String etag()
        Get the etag property: ETag of the inbound endpoint.
        Returns:
        the etag value.
      • systemData

        public com.azure.core.management.SystemData systemData()
        Get the systemData property: Metadata pertaining to creation and last modification of the resource.
        Returns:
        the systemData value.
      • withLocation

        public InboundEndpointInner withLocation​(String location)
        Overrides:
        withLocation in class com.azure.core.management.Resource
      • ipConfigurations

        public List<IpConfiguration> ipConfigurations()
        Get the ipConfigurations property: IP configurations for the inbound endpoint.
        Returns:
        the ipConfigurations 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.
      • 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.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.