WorkspaceFeatures Constructors

Definition

Overloads

WorkspaceFeatures()

Initializes a new instance of the WorkspaceFeatures class.

WorkspaceFeatures(IDictionary<String,Object>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>)

Initializes a new instance of the WorkspaceFeatures class.

WorkspaceFeatures()

Initializes a new instance of the WorkspaceFeatures class.

public WorkspaceFeatures ();
Public Sub New ()

Applies to

WorkspaceFeatures(IDictionary<String,Object>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<Boolean>)

Initializes a new instance of the WorkspaceFeatures class.

public WorkspaceFeatures (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, bool? enableDataExport = default, bool? immediatePurgeDataOn30Days = default, bool? enableLogAccessUsingOnlyResourcePermissions = default, string clusterResourceId = default, bool? disableLocalAuth = default);
new Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceFeatures : System.Collections.Generic.IDictionary<string, obj> * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * Nullable<bool> -> Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceFeatures
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional enableDataExport As Nullable(Of Boolean) = Nothing, Optional immediatePurgeDataOn30Days As Nullable(Of Boolean) = Nothing, Optional enableLogAccessUsingOnlyResourcePermissions As Nullable(Of Boolean) = Nothing, Optional clusterResourceId As String = Nothing, Optional disableLocalAuth As Nullable(Of Boolean) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

enableDataExport
Nullable<Boolean>

Flag that indicate if data should be exported.

immediatePurgeDataOn30Days
Nullable<Boolean>

Flag that describes if we want to remove the data after 30 days.

enableLogAccessUsingOnlyResourcePermissions
Nullable<Boolean>

Flag that indicate which permission to use - resource or workspace or both.

clusterResourceId
String

Dedicated LA cluster resourceId that is linked to the workspaces.

disableLocalAuth
Nullable<Boolean>

Disable Non-AAD based Auth.

Applies to