Table of Contents

Struct ResourceTypeAliasPathAttributes

Namespace
Azure.ResourceManager.Resources.Models
Assembly
Azure.ResourceManager.dll

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

public readonly struct ResourceTypeAliasPathAttributes : IEquatable<ResourceTypeAliasPathAttributes>
Implements
Inherited Members

Constructors

ResourceTypeAliasPathAttributes(string)

Initializes a new instance of ResourceTypeAliasPathAttributes.

public ResourceTypeAliasPathAttributes(string value)

Parameters

value string

Exceptions

ArgumentNullException

value is null.

Properties

Modifiable

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

public static ResourceTypeAliasPathAttributes Modifiable { get; }

Property Value

ResourceTypeAliasPathAttributes

None

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

public static ResourceTypeAliasPathAttributes None { get; }

Property Value

ResourceTypeAliasPathAttributes

Methods

Equals(ResourceTypeAliasPathAttributes)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(ResourceTypeAliasPathAttributes other)

Parameters

other ResourceTypeAliasPathAttributes

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

Operators

operator ==(ResourceTypeAliasPathAttributes, ResourceTypeAliasPathAttributes)

Determines if two ResourceTypeAliasPathAttributes values are the same.

public static bool operator ==(ResourceTypeAliasPathAttributes left, ResourceTypeAliasPathAttributes right)

Parameters

left ResourceTypeAliasPathAttributes
right ResourceTypeAliasPathAttributes

Returns

bool

implicit operator ResourceTypeAliasPathAttributes(string)

Converts a string to a ResourceTypeAliasPathAttributes.

public static implicit operator ResourceTypeAliasPathAttributes(string value)

Parameters

value string

Returns

ResourceTypeAliasPathAttributes

operator !=(ResourceTypeAliasPathAttributes, ResourceTypeAliasPathAttributes)

Determines if two ResourceTypeAliasPathAttributes values are not the same.

public static bool operator !=(ResourceTypeAliasPathAttributes left, ResourceTypeAliasPathAttributes right)

Parameters

left ResourceTypeAliasPathAttributes
right ResourceTypeAliasPathAttributes

Returns

bool