Uses of Enum Class
com.azure.runtime.host.resources.references.EndpointProperty
Packages that use EndpointProperty
Package
Description
This package contains classes that are used to specify reference between resources.
-
Uses of EndpointProperty in com.azure.runtime.host.resources.references
Methods in com.azure.runtime.host.resources.references that return EndpointPropertyModifier and TypeMethodDescriptionEndpointReferenceExpression.getProperty()
Gets theEndpointProperty
for the property expression.static EndpointProperty
Returns the enum constant of this class with the specified name.static EndpointProperty[]
EndpointProperty.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.azure.runtime.host.resources.references with parameters of type EndpointPropertyModifierConstructorDescriptionEndpointReferenceExpression
(EndpointReference<?> endpointReference, EndpointProperty property) Initializes a new instance of theEndpointReferenceExpression
class.