WorkspaceAccessControlResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WorkspaceAccessControlResponse() | |
WorkspaceAccessControlResponse(IList<Nullable<Guid>>, String, IDictionary<String,IList<String>>) |
WorkspaceAccessControlResponse()
public WorkspaceAccessControlResponse ();
Public Sub New ()
Applies to
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)
Parameters
- etag
- String
- accessControlList
- IDictionary<String,IList<String>>