TypeField 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
TypeField() |
Initializes a new instance of the TypeField class. |
TypeField(String, String) |
Initializes a new instance of the TypeField class. |
TypeField()
Initializes a new instance of the TypeField class.
public TypeField();
Public Sub New ()
Applies to
TypeField(String, String)
Initializes a new instance of the TypeField class.
public TypeField(string name = default, string type = default);
new Microsoft.Azure.Management.Automation.Models.TypeField : string * string -> Microsoft.Azure.Management.Automation.Models.TypeField
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- name
- String
Gets or sets the name of the field.
- type
- String
Gets or sets the type of the field.