ResourceSelectorKind Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The selector kind.
public readonly struct ResourceSelectorKind : IEquatable<Azure.ResourceManager.Resources.Models.ResourceSelectorKind>
type ResourceSelectorKind = struct
Public Structure ResourceSelectorKind
Implements IEquatable(Of ResourceSelectorKind)
- Inheritance
-
ResourceSelectorKind
- Implements
Constructors
ResourceSelectorKind(String) |
Initializes a new instance of ResourceSelectorKind. |
Properties
PolicyDefinitionReferenceId |
The selector kind to filter policies by the policy definition reference ID. |
ResourceLocation |
The selector kind to filter policies by the resource location. |
ResourceType |
The selector kind to filter policies by the resource type. |
ResourceWithoutLocation |
The selector kind to filter policies by the resource without location. |
Methods
Equals(ResourceSelectorKind) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ResourceSelectorKind, ResourceSelectorKind) |
Determines if two ResourceSelectorKind values are the same. |
Implicit(String to ResourceSelectorKind) |
Converts a string to a ResourceSelectorKind. |
Inequality(ResourceSelectorKind, ResourceSelectorKind) |
Determines if two ResourceSelectorKind values are not the same. |
Applies to
Azure SDK for .NET