Uses of Class
com.azure.resourcemanager.resources.models.Selector
Packages that use Selector
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of Selector in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return SelectorModifier and TypeMethodDescriptionSet the in property: The list of values to filter in.Selector.withKind(SelectorKind kind) Set the kind property: The selector kind.Set the notIn property: The list of values to filter out.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type SelectorModifier and TypeMethodDescriptionOverrideModel.selectors()Get the selectors property: The list of the selector expressions.ResourceSelector.selectors()Get the selectors property: The list of the selector expressions.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type SelectorModifier and TypeMethodDescriptionOverrideModel.withSelectors(List<Selector> selectors) Set the selectors property: The list of the selector expressions.ResourceSelector.withSelectors(List<Selector> selectors) Set the selectors property: The list of the selector expressions.