Sdílet prostřednictvím


Variable Konstruktory

Definice

Přetížení

Variable()

Inicializuje novou instanci třídy Variable.

Variable(String, String, String, String, Nullable<Boolean>, DateTimeOffset, DateTimeOffset, String)

Inicializuje novou instanci třídy Variable.

Variable()

Inicializuje novou instanci třídy Variable.

public Variable ();
Public Sub New ()

Platí pro

Variable(String, String, String, String, Nullable<Boolean>, DateTimeOffset, DateTimeOffset, String)

Inicializuje novou instanci třídy Variable.

public Variable (string id = default, string name = default, string type = default, string value = default, bool? isEncrypted = default, DateTimeOffset creationTime = default, DateTimeOffset lastModifiedTime = default, string description = default);
new Microsoft.Azure.Management.Automation.Models.Variable : string * string * string * string * Nullable<bool> * DateTimeOffset * DateTimeOffset * string -> Microsoft.Azure.Management.Automation.Models.Variable
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional value As String = Nothing, Optional isEncrypted As Nullable(Of Boolean) = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional description As String = Nothing)

Parametry

id
String

Plně kvalifikované ID prostředku

name
String

Název prostředku

type
String

Typ prostředku.

value
String

Získá nebo nastaví hodnotu proměnné.

isEncrypted
Nullable<Boolean>

Získá nebo nastaví šifrovaný příznak proměnné.

creationTime
DateTimeOffset

Získá nebo nastaví čas vytvoření.

lastModifiedTime
DateTimeOffset

Získá nebo nastaví čas poslední změny.

description
String

Získá nebo nastaví popis.

Platí pro