ConnectionCreateOrUpdateParameters 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供給建立或更新連接作業的參數。
public class ConnectionCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class ConnectionCreateOrUpdateParameters
type ConnectionCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConnectionCreateOrUpdateParameters = class
Public Class ConnectionCreateOrUpdateParameters
- 繼承
-
ConnectionCreateOrUpdateParameters
- 屬性
建構函式
ConnectionCreateOrUpdateParameters() |
初始化 ConnectionCreateOrUpdateParameters 類別的新實例。 |
ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties) |
提供給建立或更新連接作業的參數。 |
ConnectionCreateOrUpdateParameters(String, ConnectionTypeAssociationProperty, String, IDictionary<String,String>) |
初始化 ConnectionCreateOrUpdateParameters 類別的新實例。 |
屬性
ConnectionType |
取得或設定連接的 connectionType。 |
Description |
取得或設定連接的描述。 |
FieldDefinitionValues |
取得或設定連接的欄位定義屬性。 |
Name |
取得或設定連接的名稱。 |
Properties |
提供給建立或更新連接作業的參數。 |
方法
Validate() |
驗證 物件。 |