ResourceTypeAliasPathAttributes Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET