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
None
The token that the alias path is referring to has no attributes.
public static ResourceTypeAliasPathAttributes None { get; }
Property Value
Methods
Equals(ResourceTypeAliasPathAttributes)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ResourceTypeAliasPathAttributes other)
Parameters
other
ResourceTypeAliasPathAttributesAn object to compare with this object.
Returns
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
Returns
implicit operator ResourceTypeAliasPathAttributes(string)
Converts a string to a ResourceTypeAliasPathAttributes.
public static implicit operator ResourceTypeAliasPathAttributes(string value)
Parameters
value
string
Returns
operator !=(ResourceTypeAliasPathAttributes, ResourceTypeAliasPathAttributes)
Determines if two ResourceTypeAliasPathAttributes values are not the same.
public static bool operator !=(ResourceTypeAliasPathAttributes left, ResourceTypeAliasPathAttributes right)