Class SelectorKind
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SelectorKind>
com.azure.resourcemanager.resources.models.SelectorKind
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The selector kind.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SelectorKindStatic value policyDefinitionReferenceId for SelectorKind.static final SelectorKindStatic value resourceLocation for SelectorKind.static final SelectorKindStatic value resourceType for SelectorKind.static final SelectorKindStatic value resourceWithoutLocation for SelectorKind. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SelectorKindfromString(String name) Creates or finds a SelectorKind from its string representation.static Collection<SelectorKind> values()Gets known SelectorKind values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
RESOURCE_LOCATION
Static value resourceLocation for SelectorKind. -
RESOURCE_TYPE
Static value resourceType for SelectorKind. -
RESOURCE_WITHOUT_LOCATION
Static value resourceWithoutLocation for SelectorKind. -
POLICY_DEFINITION_REFERENCE_ID
Static value policyDefinitionReferenceId for SelectorKind.
-
-
Constructor Details
-
SelectorKind
Deprecated.Use thefromString(String)factory method.Creates a new instance of SelectorKind value.
-
-
Method Details
-
fromString
Creates or finds a SelectorKind from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SelectorKind.
-
values
Gets known SelectorKind values.- Returns:
- known SelectorKind values.
-
fromString(String)factory method.