共用方式為


ConnectionTypeCreateOrUpdateParameters 類別

定義

提供給建立或更新連線類型作業的參數。

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()

驗證 物件。

適用於