次の方法で共有


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

オブジェクトを検証します。

適用対象