New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse
Create new navigation property to microsoftTunnelServerLogCollectionResponses for deviceManagement
Syntax
New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse
[-ResponseHeadersVariable <String>]
[-AdditionalProperties <Hashtable>]
[-EndDateTime <DateTime>]
[-ExpiryDateTime <DateTime>]
[-Id <String>]
[-RequestDateTime <DateTime>]
[-ServerId <String>]
[-SizeInBytes <Int64>]
[-StartDateTime <DateTime>]
[-Status <MicrosoftTunnelLogCollectionStatus>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse
-BodyParameter <IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse>
[-ResponseHeadersVariable <String>]
[-Headers <IDictionary>]
[-ProgressAction <ActionPreference>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Create new navigation property to microsoftTunnelServerLogCollectionResponses for deviceManagement
Parameters
-AdditionalProperties
Additional Parameters
Type: | Hashtable |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-BodyParameter
Entity that stores the server log collection status. To construct, see NOTES section for BODYPARAMETER properties and create a hash table.
Type: | IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EndDateTime
The end time of the logs collected
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ExpiryDateTime
The time when the log collection is expired
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Headers
Optional headers that will be added to the request.
Type: | IDictionary |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Id
The unique identifier for an entity. Read-only.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ProgressAction
{{ Fill ProgressAction Description }}
Type: | ActionPreference |
Aliases: | proga |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-RequestDateTime
The time when the log collection was requested
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResponseHeadersVariable
Optional Response Headers Variable.
Type: | String |
Aliases: | RHV |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ServerId
ID of the server the log collection is requested upon
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SizeInBytes
The size of the logs in bytes
Type: | Int64 |
Position: | Named |
Default value: | 0 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-StartDateTime
The start time of the logs collected
Type: | DateTime |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Status
Enum type that represent the status of log collection
Type: | MicrosoftTunnelLogCollectionStatus |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse
System.Collections.IDictionary
Outputs
Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse
Notes
COMPLEX PARAMETER PROPERTIES
To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
BODYPARAMETER <IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse>
: Entity that stores the server log collection status.
[(Any) <Object>]
: This indicates any property can be added to this object.[Id <String>]
: The unique identifier for an entity. Read-only.[EndDateTime <DateTime?>]
: The end time of the logs collected[ExpiryDateTime <DateTime?>]
: The time when the log collection is expired[RequestDateTime <DateTime?>]
: The time when the log collection was requested[ServerId <String>]
: ID of the server the log collection is requested upon[SizeInBytes <Int64?>]
: The size of the logs in bytes[StartDateTime <DateTime?>]
: The start time of the logs collected[Status <MicrosoftTunnelLogCollectionStatus?>]
: Enum type that represent the status of log collection