WorkspaceFeatures 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
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
Flag that describes if we want to remove the data after 30 days.
Flag that indicate which permission to use - resource or workspace or both.
- clusterResourceId
- String
Dedicated LA cluster resourceId that is linked to the workspaces.
Applies to
Azure SDK for .NET