Get-AzEventGridTopicType
Get information about a topic type.
Syntax
Get-AzEventGridTopicType
[-DefaultProfile <PSObject>]
[-PassThru]
[<CommonParameters>]
Get-AzEventGridTopicType
-Name <String>
[-DefaultProfile <PSObject>]
[-PassThru]
[<CommonParameters>]
Get-AzEventGridTopicType
-InputObject <IEventGridIdentity>
[-DefaultProfile <PSObject>]
[-PassThru]
[<CommonParameters>]
Description
Get information about a topic type.
Examples
Example 1: List information about topic type.
Get-AzEventGridTopicType
Name ResourceGroupName
---- -----------------
Microsoft.Eventhub.Namespaces
......
Microsoft.EventGrid.Namespaces
List information about topic type.
Example 2: Get information about a topic type.
Get-AzEventGridTopicType -Name Microsoft.EventGrid.Namespaces
Name ResourceGroupName
---- -----------------
Microsoft.EventGrid.Namespaces
Get information about a topic type.
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter
Type: | IEventGridIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Name of the topic type.
Type: | String |
Aliases: | TopicTypeName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PassThru
Returns true when the command succeeds
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Outputs
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure PowerShell