PSWorkspaceFeatures 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
PSWorkspaceFeatures(WorkspaceFeatures) | |
PSWorkspaceFeatures(Nullable<Boolean>) |
PSWorkspaceFeatures(WorkspaceFeatures)
public PSWorkspaceFeatures (Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceFeatures featues);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceFeatures : Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceFeatures -> Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceFeatures
Public Sub New (featues As WorkspaceFeatures)
Parameters
- featues
- WorkspaceFeatures
Applies to
PSWorkspaceFeatures(Nullable<Boolean>)
public PSWorkspaceFeatures (bool? disableLocalAuth = default);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceFeatures : Nullable<bool> -> Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspaceFeatures
Public Sub New (Optional disableLocalAuth As Nullable(Of Boolean) = Nothing)