Uses of Class
com.azure.resourcemanager.resources.models.ResourceSelector
Packages that use ResourceSelector
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of ResourceSelector in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return types with arguments of type ResourceSelectorModifier and TypeMethodDescriptionPolicyAssignmentInner.resourceSelectors()Get the resourceSelectors property: The resource selector list to filter policies by resource properties.PolicyAssignmentProperties.resourceSelectors()Get the resourceSelectors property: The resource selector list to filter policies by resource properties.PolicyAssignmentUpdateProperties.resourceSelectors()Get the resourceSelectors property: The resource selector list to filter policies by resource properties.PolicyExemptionInner.resourceSelectors()Get the resourceSelectors property: The resource selector list to filter policies by resource properties.PolicyExemptionProperties.resourceSelectors()Get the resourceSelectors property: The resource selector list to filter policies by resource properties.PolicyExemptionUpdateProperties.resourceSelectors()Get the resourceSelectors property: The resource selector list to filter policies by resource properties.Method parameters in com.azure.resourcemanager.resources.fluent.models with type arguments of type ResourceSelectorModifier and TypeMethodDescriptionPolicyAssignmentInner.withResourceSelectors(List<ResourceSelector> resourceSelectors) Set the resourceSelectors property: The resource selector list to filter policies by resource properties.PolicyAssignmentProperties.withResourceSelectors(List<ResourceSelector> resourceSelectors) Set the resourceSelectors property: The resource selector list to filter policies by resource properties.PolicyAssignmentUpdateProperties.withResourceSelectors(List<ResourceSelector> resourceSelectors) Set the resourceSelectors property: The resource selector list to filter policies by resource properties.PolicyExemptionInner.withResourceSelectors(List<ResourceSelector> resourceSelectors) Set the resourceSelectors property: The resource selector list to filter policies by resource properties.PolicyExemptionProperties.withResourceSelectors(List<ResourceSelector> resourceSelectors) Set the resourceSelectors property: The resource selector list to filter policies by resource properties.PolicyExemptionUpdateProperties.withResourceSelectors(List<ResourceSelector> resourceSelectors) Set the resourceSelectors property: The resource selector list to filter policies by resource properties. -
Uses of ResourceSelector in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type ResourceSelectorModifier and TypeClassDescriptionfinal classThe resource selector to filter policies by resource properties.Methods in com.azure.resourcemanager.resources.models that return ResourceSelectorModifier and TypeMethodDescriptionstatic ResourceSelectorResourceSelector.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceSelector from the JsonReader.Set the name property: The name of the resource selector.ResourceSelector.withSelectors(List<Selector> selectors) Set the selectors property: The list of the selector expressions.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ResourceSelectorModifier and TypeMethodDescriptionPolicyAssignmentUpdate.resourceSelectors()Get the resourceSelectors property: The resource selector list to filter policies by resource properties.PolicyExemptionUpdate.resourceSelectors()Get the resourceSelectors property: The resource selector list to filter policies by resource properties.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type ResourceSelectorModifier and TypeMethodDescriptionPolicyAssignmentUpdate.withResourceSelectors(List<ResourceSelector> resourceSelectors) Set the resourceSelectors property: The resource selector list to filter policies by resource properties.PolicyExemptionUpdate.withResourceSelectors(List<ResourceSelector> resourceSelectors) Set the resourceSelectors property: The resource selector list to filter policies by resource properties.