ConnectionTypeCreateOrUpdateParameters 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供給建立或更新連線類型作業的參數。
public class ConnectionTypeCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class ConnectionTypeCreateOrUpdateParameters
type ConnectionTypeCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConnectionTypeCreateOrUpdateParameters = class
Public Class ConnectionTypeCreateOrUpdateParameters
- 繼承
-
ConnectionTypeCreateOrUpdateParameters
- 屬性
建構函式
ConnectionTypeCreateOrUpdateParameters() |
初始化 ConnectionTypeCreateOrUpdateParameters 類別的新實例。 |
ConnectionTypeCreateOrUpdateParameters(String, ConnectionTypeCreateOrUpdateProperties) |
提供給建立或更新連線類型作業的參數。 |
ConnectionTypeCreateOrUpdateParameters(String, IDictionary<String,FieldDefinition>, Nullable<Boolean>) |
初始化 ConnectionTypeCreateOrUpdateParameters 類別的新實例。 |
屬性
FieldDefinitions |
取得或設定連線類型的欄位定義。 |
IsGlobal |
取得或設定布林值,指出連線類型是否為全域。 |
Name |
取得或設定連線類型的名稱。 |
Properties |
提供給建立或更新連線類型作業的參數。 |
方法
Validate() |
驗證 物件。 |