< Back
Test-AzureRmStreamAnalyticsInput
Post
NAME Test-AzureRmStreamAnalyticsInput
SYNOPSIS
Tests the connection status of an input.
SYNTAX
Test-AzureRmStreamAnalyticsInput [-ResourceGroupName] <String> [-JobName] <String> [-Name] <String>
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Test-AzureRmStreamAnalyticsInput cmdlet tests the ability of Stream Analytics to connect to an input.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-JobName <String>
Specifies the name of the Azure Stream Analytics job to which the Azure Stream Analytics input belongs.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Name <String>
Specifies the name of the Azure Stream Analytics input to test.
Required? true
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the name of the resource group to which the Azure Stream Analytics input belongs.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
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
None
This cmdlet does not accept any input.
OUTPUTS
System.Object
NOTES
EXAMPLE 1: Test the connection status of an input stream
PS C:\\>Test-AzureRmStreamAnalyticsInput -ResourceGroupName "StreamAnalytics-Default-West-US" -JobName
"StreamingJob" -Name "EntryStream"
This tests the connection status of the input EntryStream in StreamingJob.
RELATED LINKS
Online Version:
https://docs.microsoft.com/en-us/powers ... yticsinput
Get-AzureRmStreamAnalyticsInput
New-AzureRmStreamAnalyticsInput
Remove-AzureRmStreamAnalyticsInput
SYNOPSIS
Tests the connection status of an input.
SYNTAX
Test-AzureRmStreamAnalyticsInput [-ResourceGroupName] <String> [-JobName] <String> [-Name] <String>
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Test-AzureRmStreamAnalyticsInput cmdlet tests the ability of Stream Analytics to connect to an input.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-JobName <String>
Specifies the name of the Azure Stream Analytics job to which the Azure Stream Analytics input belongs.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Name <String>
Specifies the name of the Azure Stream Analytics input to test.
Required? true
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the name of the resource group to which the Azure Stream Analytics input belongs.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
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
None
This cmdlet does not accept any input.
OUTPUTS
System.Object
NOTES
EXAMPLE 1: Test the connection status of an input stream
PS C:\\>Test-AzureRmStreamAnalyticsInput -ResourceGroupName "StreamAnalytics-Default-West-US" -JobName
"StreamingJob" -Name "EntryStream"
This tests the connection status of the input EntryStream in StreamingJob.
RELATED LINKS
Online Version:
https://docs.microsoft.com/en-us/powers ... yticsinput
Get-AzureRmStreamAnalyticsInput
New-AzureRmStreamAnalyticsInput
Remove-AzureRmStreamAnalyticsInput