Udostępnij za pośrednictwem


TypeField Konstruktory

Definicja

Przeciążenia

TypeField()

Inicjuje nowe wystąpienie klasy TypeField.

TypeField(String, String)

Inicjuje nowe wystąpienie klasy TypeField.

TypeField()

Inicjuje nowe wystąpienie klasy TypeField.

public TypeField ();
Public Sub New ()

Dotyczy

TypeField(String, String)

Inicjuje nowe wystąpienie klasy TypeField.

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)

Parametry

name
String

Pobiera lub ustawia nazwę pola.

type
String

Pobiera lub ustawia typ pola.

Dotyczy