Interface PreconfiguredEndpoint


public interface PreconfiguredEndpoint
An immutable client-side representation of PreconfiguredEndpoint.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the backend property: The preconfigured endpoint backend.
    Gets the description property: The description of the endpoint.
    Gets the endpoint property: The endpoint that is preconfigured.
    Gets the endpointType property: The type of endpoint.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.PreconfiguredEndpointInner object.
    Gets the location property: The geo-location where the resource lives.
    Gets the name property: The name of the resource.
    Gets the tags property: Resource tags.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • description

      String description()
      Gets the description property: The description of the endpoint.
      Returns:
      the description value.
    • endpoint

      String endpoint()
      Gets the endpoint property: The endpoint that is preconfigured.
      Returns:
      the endpoint value.
    • endpointType

      EndpointType endpointType()
      Gets the endpointType property: The type of endpoint.
      Returns:
      the endpointType value.
    • backend

      String backend()
      Gets the backend property: The preconfigured endpoint backend.
      Returns:
      the backend value.
    • innerModel

      Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.PreconfiguredEndpointInner object.
      Returns:
      the inner object.