Condividi tramite


PolicyAliasPathAttributes Struct

Definition

The attributes of the token that the alias path is referring to.

public readonly struct PolicyAliasPathAttributes : IEquatable<Azure.ResourceManager.Resources.Policy.Models.PolicyAliasPathAttributes>
type PolicyAliasPathAttributes = struct
Public Structure PolicyAliasPathAttributes
Implements IEquatable(Of PolicyAliasPathAttributes)
Inheritance
PolicyAliasPathAttributes
Implements

Constructors

Name Description
PolicyAliasPathAttributes(String)

Initializes a new instance of PolicyAliasPathAttributes.

Properties

Name Description
Modifiable

The token that the alias path is referring to is modifiable by policies with 'modify' effect.

None

The token that the alias path is referring to has no attributes.

Methods

Name Description
Equals(PolicyAliasPathAttributes)

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(PolicyAliasPathAttributes, PolicyAliasPathAttributes)

Determines if two PolicyAliasPathAttributes values are the same.

Implicit(String to Nullable<PolicyAliasPathAttributes>)
Implicit(String to PolicyAliasPathAttributes)

Converts a string to a PolicyAliasPathAttributes.

Inequality(PolicyAliasPathAttributes, PolicyAliasPathAttributes)

Determines if two PolicyAliasPathAttributes values are not the same.

Applies to