Uses of Class
com.azure.resourcemanager.frontdoor.models.Endpoint
Packages that use Endpoint
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of Endpoint in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return EndpointModifier and TypeMethodDescriptionExperimentInner.endpointA()Get the endpointA property: The endpoint A of an experiment.ExperimentProperties.endpointA()Get the endpointA property: The endpoint A of an experiment.ExperimentInner.endpointB()Get the endpointB property: The endpoint B of an experiment.ExperimentProperties.endpointB()Get the endpointB property: The endpoint B of an experiment.Methods in com.azure.resourcemanager.frontdoor.fluent.models with parameters of type EndpointModifier and TypeMethodDescriptionExperimentInner.withEndpointA(Endpoint endpointA) Set the endpointA property: The endpoint A of an experiment.ExperimentProperties.withEndpointA(Endpoint endpointA) Set the endpointA property: The endpoint A of an experiment.ExperimentInner.withEndpointB(Endpoint endpointB) Set the endpointB property: The endpoint B of an experiment.ExperimentProperties.withEndpointB(Endpoint endpointB) Set the endpointB property: The endpoint B of an experiment. -
Uses of Endpoint in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return EndpointModifier and TypeMethodDescriptionExperiment.endpointA()Gets the endpointA property: The endpoint A of an experiment.Experiment.endpointB()Gets the endpointB property: The endpoint B of an experiment.Endpoint.withEndpoint(String endpoint) Set the endpoint property: The endpoint URL.Set the name property: The name of the endpoint.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type EndpointModifier and TypeMethodDescriptionExperiment.DefinitionStages.WithEndpointA.withEndpointA(Endpoint endpointA) Specifies the endpointA property: The endpoint A of an experiment.Experiment.DefinitionStages.WithEndpointB.withEndpointB(Endpoint endpointB) Specifies the endpointB property: The endpoint B of an experiment.