Uses of Enum Class
com.azure.runtime.host.resources.references.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
Modifier 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.ModifierConstructorDescriptionEndpointReferenceExpression
(EndpointReference<?> endpointReference, EndpointProperty property) Initializes a new instance of theEndpointReferenceExpression
class.