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