PolicySelectorKind 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 PolicySelectorKind : IEquatable<Azure.ResourceManager.Resources.Policy.Models.PolicySelectorKind>
type PolicySelectorKind = struct
Public Structure PolicySelectorKind
Implements IEquatable(Of PolicySelectorKind)
- Inheritance
-
PolicySelectorKind
- Implements
Constructors
| Name | Description |
|---|---|
| PolicySelectorKind(String) |
Initializes a new instance of PolicySelectorKind. |
Properties
| Name | Description |
|---|---|
| GroupPrincipalId |
The selector kind to filter policies by the security group membership ID. |
| 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. |
| UserPrincipalId |
The selector kind to filter policies by the user principal ID. |
Methods
| Name | Description |
|---|---|
| Equals(PolicySelectorKind) |
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
| Name | Description |
|---|---|
| Equality(PolicySelectorKind, PolicySelectorKind) |
Determines if two PolicySelectorKind values are the same. |
| Implicit(String to Nullable<PolicySelectorKind>) | |
| Implicit(String to PolicySelectorKind) |
Converts a string to a PolicySelectorKind. |
| Inequality(PolicySelectorKind, PolicySelectorKind) |
Determines if two PolicySelectorKind values are not the same. |