Variable 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
變數的定義。
public class Variable
[Microsoft.Rest.Serialization.JsonTransformation]
public class Variable : Microsoft.Azure.Management.Automation.Models.ProxyResource
type Variable = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Variable = class
inherit ProxyResource
Public Class Variable
Public Class Variable
Inherits ProxyResource
- 繼承
-
Variable
- 繼承
- 屬性
建構函式
Variable() |
初始化 Variable 類別的新實例。 |
Variable(String, String, String, String, Nullable<Boolean>, DateTimeOffset, DateTimeOffset, String) |
初始化 Variable 類別的新實例。 |
屬性
CreationTime |
取得或設定建立時間。 |
Description |
取得或設定描述。 |
Id |
變數的定義。 |
Id |
取得資源的完整資源識別碼 (繼承來源 Resource) |
IsEncrypted |
取得或設定變數的加密旗標。 |
LastModifiedTime |
取得或設定上次修改的時間。 |
Name |
變數的定義。 |
Name |
取得資源的名稱 (繼承來源 Resource) |
Properties |
變數的定義。 |
Type |
取得資源的型別。 (繼承來源 Resource) |
Value |
取得或設定變數的值。 |