WorkspaceSettingsOperationsExtensions.List Method
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.
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.WorkspaceSetting> List(this Microsoft.Azure.Management.Security.IWorkspaceSettingsOperations operations);
static member List : Microsoft.Azure.Management.Security.IWorkspaceSettingsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.WorkspaceSetting>
<Extension()>
Public Function List (operations As IWorkspaceSettingsOperations) As IPage(Of WorkspaceSetting)
Parameters
- operations
- IWorkspaceSettingsOperations
The operations group for this extension method.