Uses of Class
com.azure.resourcemanager.resources.models.SelectorKind
Packages that use SelectorKind
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of SelectorKind in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as SelectorKindModifier and TypeFieldDescriptionstatic final SelectorKindSelectorKind.POLICY_DEFINITION_REFERENCE_IDStatic value policyDefinitionReferenceId for SelectorKind.static final SelectorKindSelectorKind.RESOURCE_LOCATIONStatic value resourceLocation for SelectorKind.static final SelectorKindSelectorKind.RESOURCE_TYPEStatic value resourceType for SelectorKind.static final SelectorKindSelectorKind.RESOURCE_WITHOUT_LOCATIONStatic value resourceWithoutLocation for SelectorKind.Methods in com.azure.resourcemanager.resources.models that return SelectorKindModifier and TypeMethodDescriptionstatic SelectorKindSelectorKind.fromString(String name) Creates or finds a SelectorKind from its string representation.Selector.kind()Get the kind property: The selector kind.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type SelectorKindModifier and TypeMethodDescriptionstatic Collection<SelectorKind>SelectorKind.values()Gets known SelectorKind values.Methods in com.azure.resourcemanager.resources.models with parameters of type SelectorKindModifier and TypeMethodDescriptionSelector.withKind(SelectorKind kind) Set the kind property: The selector kind.