ResourceSelectorKind Struct

Definition

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