你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkspaceAccessControlResponse 构造函数

定义

重载

WorkspaceAccessControlResponse()
WorkspaceAccessControlResponse(IList<Nullable<Guid>>, String, IDictionary<String,IList<String>>)

WorkspaceAccessControlResponse()

Source:
WorkspaceAccessControlResponse.cs
public WorkspaceAccessControlResponse ();
Public Sub New ()

适用于

WorkspaceAccessControlResponse(IList<Nullable<Guid>>, String, IDictionary<String,IList<String>>)

Source:
WorkspaceAccessControlResponse.cs
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)

参数

administrators
IList<Nullable<Guid>>
etag
String
accessControlList
IDictionary<String,IList<String>>

适用于