Class PreconfiguredEndpointProperties
java.lang.Object
com.azure.resourcemanager.frontdoor.fluent.models.PreconfiguredEndpointProperties
Defines the properties of a preconfigured endpoint.
-
Constructor Summary
ConstructorDescriptionCreates an instance of PreconfiguredEndpointProperties class. -
Method Summary
Modifier and TypeMethodDescriptionbackend()
Get the backend property: The preconfigured endpoint backend.Get the description property: The description of the endpoint.endpoint()
Get the endpoint property: The endpoint that is preconfigured.Get the endpointType property: The type of endpoint.void
validate()
Validates the instance.withBackend
(String backend) Set the backend property: The preconfigured endpoint backend.withDescription
(String description) Set the description property: The description of the endpoint.withEndpoint
(String endpoint) Set the endpoint property: The endpoint that is preconfigured.withEndpointType
(EndpointType endpointType) Set the endpointType property: The type of endpoint.
-
Constructor Details
-
PreconfiguredEndpointProperties
public PreconfiguredEndpointProperties()Creates an instance of PreconfiguredEndpointProperties class.
-
-
Method Details
-
description
Get the description property: The description of the endpoint.- Returns:
- the description value.
-
withDescription
Set the description property: The description of the endpoint.- Parameters:
description
- the description value to set.- Returns:
- the PreconfiguredEndpointProperties object itself.
-
endpoint
Get the endpoint property: The endpoint that is preconfigured.- Returns:
- the endpoint value.
-
withEndpoint
Set the endpoint property: The endpoint that is preconfigured.- Parameters:
endpoint
- the endpoint value to set.- Returns:
- the PreconfiguredEndpointProperties object itself.
-
endpointType
Get the endpointType property: The type of endpoint.- Returns:
- the endpointType value.
-
withEndpointType
Set the endpointType property: The type of endpoint.- Parameters:
endpointType
- the endpointType value to set.- Returns:
- the PreconfiguredEndpointProperties object itself.
-
backend
Get the backend property: The preconfigured endpoint backend.- Returns:
- the backend value.
-
withBackend
Set the backend property: The preconfigured endpoint backend.- Parameters:
backend
- the backend value to set.- Returns:
- the PreconfiguredEndpointProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-