次の方法で共有


ConnectionCreateOrUpdateParameters クラス

定義

接続の作成または更新操作に指定されたパラメーター。

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

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

適用対象