Поделиться через


TypeField Constructors

Definition

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.

Applies to