WorkspaceAccessControlResponse Constructors

Definition

Overloads

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

WorkspaceAccessControlResponse()

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

Applies to

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)

Parameters

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

Applies to