Udostępnij przez


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

Name Description
ResourceTypeAliasPathAttributes(String)

Initializes a new instance of ResourceTypeAliasPathAttributes.

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(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

Name Description
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