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