WorkspaceSettingsOperationsExtensions.Create 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.
creating settings about where we should store your security data and logs
public static Microsoft.Azure.Management.Security.Models.WorkspaceSetting Create(this Microsoft.Azure.Management.Security.IWorkspaceSettingsOperations operations, string workspaceSettingName, string workspaceId = default, string scope = default);
static member Create : Microsoft.Azure.Management.Security.IWorkspaceSettingsOperations * string * string * string -> Microsoft.Azure.Management.Security.Models.WorkspaceSetting
<Extension()>
Public Function Create (operations As IWorkspaceSettingsOperations, workspaceSettingName As String, Optional workspaceId As String = Nothing, Optional scope As String = Nothing) As WorkspaceSetting
Parameters
- operations
- IWorkspaceSettingsOperations
The operations group for this extension method.
- workspaceSettingName
- String
Name of the security setting
- workspaceId
- String
- scope
- String