Interface PreconfiguredEndpoint
public interface PreconfiguredEndpoint
An immutable client-side representation of PreconfiguredEndpoint.
-
Method Summary
Modifier and TypeMethodDescriptionbackend()
Gets the backend property: The preconfigured endpoint backend.Gets the description property: The description of the endpoint.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.location()
Gets the location property: The geo-location where the resource lives.name()
Gets the name property: The name of the resource.tags()
Gets the tags property: Resource tags.type()
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
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
PreconfiguredEndpointInner innerModel()Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.PreconfiguredEndpointInner object.- Returns:
- the inner object.
-