AliasPathMetadata Constructors
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.
Overloads
AliasPathMetadata() |
Initializes a new instance of the AliasPathMetadata class. |
AliasPathMetadata(AliasPathTokenType, AliasPathAttributes) |
Initializes a new instance of the AliasPathMetadata class. |
AliasPathMetadata()
Initializes a new instance of the AliasPathMetadata class.
public AliasPathMetadata ();
Public Sub New ()
Applies to
AliasPathMetadata(AliasPathTokenType, AliasPathAttributes)
Initializes a new instance of the AliasPathMetadata class.
public AliasPathMetadata (Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathTokenType type = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathAttributes attributes = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathMetadata : Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathTokenType * Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathAttributes -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.AliasPathMetadata
Public Sub New (Optional type As AliasPathTokenType = Nothing, Optional attributes As AliasPathAttributes = Nothing)
Parameters
- type
- AliasPathTokenType
The type of the token that the alias path is referring to. Possible values include: 'NotSpecified', 'Any', 'String', 'Object', 'Array', 'Integer', 'Number', 'Boolean'
- attributes
- AliasPathAttributes
The attributes of the token that the alias path is referring to. Possible values include: 'None', 'Modifiable'
Applies to
Azure SDK for .NET