PSWorkspacePurgeBody 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
PSWorkspacePurgeBody(WorkspacePurgeBody) | |
PSWorkspacePurgeBody(IList<WorkspacePurgeBodyFilters>, String) |
PSWorkspacePurgeBody(WorkspacePurgeBody)
public PSWorkspacePurgeBody (Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeBody body);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspacePurgeBody : Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeBody -> Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspacePurgeBody
Public Sub New (body As WorkspacePurgeBody)
Parameters
- body
- WorkspacePurgeBody
Applies to
PSWorkspacePurgeBody(IList<WorkspacePurgeBodyFilters>, String)
public PSWorkspacePurgeBody (System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeBodyFilters> filters, string table);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspacePurgeBody : System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.WorkspacePurgeBodyFilters> * string -> Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspacePurgeBody
Public Sub New (filters As IList(Of WorkspacePurgeBodyFilters), table As String)
Parameters
- filters
- IList<WorkspacePurgeBodyFilters>
- table
- String