次の方法で共有


SqlTriggerGetResultsInner コンストラクター

定義

オーバーロード

SqlTriggerGetResultsInner()

SqlTriggerGetResultsInner クラスの新しいインスタンスを初期化します。

SqlTriggerGetResultsInner(String, String, String, String, IDictionary<String,String>, SqlTriggerGetPropertiesResource)

SqlTriggerGetResultsInner クラスの新しいインスタンスを初期化します。

SqlTriggerGetResultsInner()

SqlTriggerGetResultsInner クラスの新しいインスタンスを初期化します。

public SqlTriggerGetResultsInner ();
Public Sub New ()

適用対象

SqlTriggerGetResultsInner(String, String, String, String, IDictionary<String,String>, SqlTriggerGetPropertiesResource)

SqlTriggerGetResultsInner クラスの新しいインスタンスを初期化します。

public SqlTriggerGetResultsInner (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetPropertiesResource resource = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetPropertiesResource -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetResultsInner
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional resource As SqlTriggerGetPropertiesResource = Nothing)

パラメーター

location
String
id
String
name
String
type
String

適用対象