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