azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.f...

134 строки
7.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint"
fullName: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint"
name: "PreconfiguredEndpoint"
nameWithType: "PreconfiguredEndpoint"
summary: "An immutable client-side representation of Preconfigured<wbr>Endpoint."
syntax: "public interface **PreconfiguredEndpoint**"
methods:
- uid: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.backend()"
fullName: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.backend()"
name: "backend()"
nameWithType: "PreconfiguredEndpoint.backend()"
summary: "Gets the backend property: The preconfigured endpoint backend."
modifiers:
- "abstract"
syntax: "public abstract String backend()"
desc: "Gets the backend property: The preconfigured endpoint backend."
returns:
description: "the backend value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.description()"
fullName: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.description()"
name: "description()"
nameWithType: "PreconfiguredEndpoint.description()"
summary: "Gets the description property: The description of the endpoint."
modifiers:
- "abstract"
syntax: "public abstract String description()"
desc: "Gets the description property: The description of the endpoint."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.endpoint()"
fullName: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.endpoint()"
name: "endpoint()"
nameWithType: "PreconfiguredEndpoint.endpoint()"
summary: "Gets the endpoint property: The endpoint that is preconfigured."
modifiers:
- "abstract"
syntax: "public abstract String endpoint()"
desc: "Gets the endpoint property: The endpoint that is preconfigured."
returns:
description: "the endpoint value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.endpointType()"
fullName: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.endpointType()"
name: "endpointType()"
nameWithType: "PreconfiguredEndpoint.endpointType()"
summary: "Gets the endpoint<wbr>Type property: The type of endpoint."
modifiers:
- "abstract"
syntax: "public abstract EndpointType endpointType()"
desc: "Gets the endpointType property: The type of endpoint."
returns:
description: "the endpointType value."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.models.EndpointType?alt=com.azure.resourcemanager.frontdoor.models.EndpointType&text=EndpointType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.id()"
fullName: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.id()"
name: "id()"
nameWithType: "PreconfiguredEndpoint.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.innerModel()"
fullName: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.innerModel()"
name: "innerModel()"
nameWithType: "PreconfiguredEndpoint.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>frontdoor.<wbr>fluent.<wbr>models.<wbr>Preconfigured<wbr>Endpoint<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract PreconfiguredEndpointInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.PreconfiguredEndpointInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.frontdoor.fluent.models.PreconfiguredEndpointInner?alt=com.azure.resourcemanager.frontdoor.fluent.models.PreconfiguredEndpointInner&text=PreconfiguredEndpointInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.location()"
fullName: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.location()"
name: "location()"
nameWithType: "PreconfiguredEndpoint.location()"
summary: "Gets the location property: The geo-location where the resource lives."
modifiers:
- "abstract"
syntax: "public abstract String location()"
desc: "Gets the location property: The geo-location where the resource lives."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.name()"
fullName: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.name()"
name: "name()"
nameWithType: "PreconfiguredEndpoint.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.tags()"
fullName: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.tags()"
name: "tags()"
nameWithType: "PreconfiguredEndpoint.tags()"
summary: "Gets the tags property: Resource tags."
modifiers:
- "abstract"
syntax: "public abstract Map<String,String> tags()"
desc: "Gets the tags property: Resource tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.type()"
fullName: "com.azure.resourcemanager.frontdoor.models.PreconfiguredEndpoint.type()"
name: "type()"
nameWithType: "PreconfiguredEndpoint.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "An immutable client-side representation of PreconfiguredEndpoint."
metadata: {}
package: "com.azure.resourcemanager.frontdoor.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-frontdoor:1.0.0