Uses of Class
com.azure.resourcemanager.frontdoor.models.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
Modifier 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.Modifier 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
Modifier 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.Modifier 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.