ResourceTypeAliasPathAttributes Struct

Definition

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

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

Constructors

ResourceTypeAliasPathAttributes(String)

Initializes a new instance of ResourceTypeAliasPathAttributes.

Properties

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

Equals(ResourceTypeAliasPathAttributes)

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

Determines if two ResourceTypeAliasPathAttributes values are the same.

Implicit(String to ResourceTypeAliasPathAttributes)

Converts a string to a ResourceTypeAliasPathAttributes.

Inequality(ResourceTypeAliasPathAttributes, ResourceTypeAliasPathAttributes)

Determines if two ResourceTypeAliasPathAttributes values are not the same.

Applies to