Uses of Class
com.azure.resourcemanager.frontdoor.models.EndpointType
Packages that use EndpointType
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of EndpointType in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return EndpointTypeModifier and TypeMethodDescriptionPreconfiguredEndpointInner.endpointType()Get the endpointType property: The type of endpoint.PreconfiguredEndpointProperties.endpointType()Get the endpointType property: The type of endpoint.Methods in com.azure.resourcemanager.frontdoor.fluent.models with parameters of type EndpointTypeModifier and TypeMethodDescriptionPreconfiguredEndpointInner.withEndpointType(EndpointType endpointType) Set the endpointType property: The type of endpoint.PreconfiguredEndpointProperties.withEndpointType(EndpointType endpointType) Set the endpointType property: The type of endpoint. -
Uses of EndpointType in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as EndpointTypeModifier and TypeFieldDescriptionstatic final EndpointTypeEndpointType.AFDStatic value AFD for EndpointType.static final EndpointTypeEndpointType.ATMStatic value ATM for EndpointType.static final EndpointTypeEndpointType.AZURE_REGIONStatic value AzureRegion for EndpointType.static final EndpointTypeEndpointType.CDNStatic value CDN for EndpointType.Methods in com.azure.resourcemanager.frontdoor.models that return EndpointTypeModifier and TypeMethodDescriptionPreconfiguredEndpoint.endpointType()Gets the endpointType property: The type of endpoint.static EndpointTypeEndpointType.fromString(String name) Creates or finds a EndpointType from its string representation.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type EndpointTypeModifier and TypeMethodDescriptionstatic Collection<EndpointType>EndpointType.values()Gets known EndpointType values.