SelectorKind Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. models. SelectorKind
- com.
- com.
public final class SelectorKind
extends ExpandableStringEnum<SelectorKind>
The selector kind.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Selector |
POLICY_DEFINITION_REFERENCE_ID
Static value policy |
static final
Selector |
RESOURCE_LOCATION
Static value resource |
static final
Selector |
RESOURCE_TYPE
Static value resource |
static final
Selector |
RESOURCE_WITHOUT_LOCATION
Static value resource |
Constructor Summary
Constructor | Description |
---|---|
SelectorKind() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Selector |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Selector |
fromString(String name)
Creates or finds a Selector |
static
Collection<Selector |
values()
Gets known Selector |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
POLICY_DEFINITION_REFERENCE_ID
public static final SelectorKind POLICY_DEFINITION_REFERENCE_ID
Static value policyDefinitionReferenceId for SelectorKind.
RESOURCE_LOCATION
public static final SelectorKind RESOURCE_LOCATION
Static value resourceLocation for SelectorKind.
RESOURCE_TYPE
public static final SelectorKind RESOURCE_TYPE
Static value resourceType for SelectorKind.
RESOURCE_WITHOUT_LOCATION
public static final SelectorKind RESOURCE_WITHOUT_LOCATION
Static value resourceWithoutLocation for SelectorKind.
Constructor Details
SelectorKind
@Deprecated
public SelectorKind()
Deprecated
Creates a new instance of SelectorKind value.
Method Details
fromString
public static SelectorKind fromString(String name)
Creates or finds a SelectorKind from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SelectorKind values.
Returns:
Applies to
Azure SDK for Java