ConnectionCreateOrUpdateParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ConnectionCreateOrUpdateParameters() |
ConnectionCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。 |
ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties) | |
ConnectionCreateOrUpdateParameters(String, ConnectionTypeAssociationProperty, String, IDictionary<String,String>) |
ConnectionCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。 |
ConnectionCreateOrUpdateParameters()
ConnectionCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。
public ConnectionCreateOrUpdateParameters();
Public Sub New ()
適用対象
ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties)
public ConnectionCreateOrUpdateParameters(string name, Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateProperties properties);
new Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateProperties -> Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters
Public Sub New (name As String, properties As ConnectionCreateOrUpdateProperties)
パラメーター
- name
- String
- properties
- ConnectionCreateOrUpdateProperties
適用対象
ConnectionCreateOrUpdateParameters(String, ConnectionTypeAssociationProperty, String, IDictionary<String,String>)
ConnectionCreateOrUpdateParameters クラスの新しいインスタンスを初期化します。
public ConnectionCreateOrUpdateParameters(string name, Microsoft.Azure.Management.Automation.Models.ConnectionTypeAssociationProperty connectionType, string description = default, System.Collections.Generic.IDictionary<string,string> fieldDefinitionValues = default);
new Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters : string * Microsoft.Azure.Management.Automation.Models.ConnectionTypeAssociationProperty * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.ConnectionCreateOrUpdateParameters
Public Sub New (name As String, connectionType As ConnectionTypeAssociationProperty, Optional description As String = Nothing, Optional fieldDefinitionValues As IDictionary(Of String, String) = Nothing)
パラメーター
- name
- String
接続の名前を取得します。値の設定も可能です。
- connectionType
- ConnectionTypeAssociationProperty
接続の connectionType を取得または設定します。
- description
- String
接続の説明を取得または設定します。
- fieldDefinitionValues
- IDictionary<String,String>
接続のフィールド定義プロパティを取得または設定します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET