< Back
Invoke-AzureRmStorageQueueGetMessage
Post
NAME Invoke-AzureRmStorageQueueGetMessage
SYNOPSIS
Get a message from queue and marks it as invisible in the queue for a period of time.
SYNTAX
Invoke-AzureRmStorageQueueGetMessage [-queue] <AzureStorageQueue> [[-visibilityTimeout] <TimeSpan>]
[<CommonParameters>]
DESCRIPTION
Get a message from queue and marks it as invisible in the queue for a period of time.
PARAMETERS
-queue <AzureStorageQueue>
Name of the queue to retrieve the message.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-visibilityTimeout <TimeSpan>
Required? false
Position? 2
Default value (New-TimeSpan $(get-date) $(get-date).AddDays(1))
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Clear-AzureRmStorageQueue -queue $queue
RELATED LINKS
SYNOPSIS
Get a message from queue and marks it as invisible in the queue for a period of time.
SYNTAX
Invoke-AzureRmStorageQueueGetMessage [-queue] <AzureStorageQueue> [[-visibilityTimeout] <TimeSpan>]
[<CommonParameters>]
DESCRIPTION
Get a message from queue and marks it as invisible in the queue for a period of time.
PARAMETERS
-queue <AzureStorageQueue>
Name of the queue to retrieve the message.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-visibilityTimeout <TimeSpan>
Required? false
Position? 2
Default value (New-TimeSpan $(get-date) $(get-date).AddDays(1))
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Clear-AzureRmStorageQueue -queue $queue
RELATED LINKS