< Back

Get-AzureRmServiceBusNamespace

Tue Jan 29, 2019 10:06 pm

NAME Get-AzureRmServiceBusNamespace



SYNOPSIS

Gets a description for the specified Service Bus namespace within the resource group.





SYNTAX

Get-AzureRmServiceBusNamespace [[-ResourceGroupName] <String>] [[-Name] <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]





DESCRIPTION

The Get-AzureRmServiceBusNamespace cmdlet gets a description for the specified Service Bus namespace within the resource group.





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



-Name <String>

Namespace Name.



Required? false

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

The name of the resource group



Required? false

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 (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

-ResourceGroup

System.String



-NamespaceName

System.String





OUTPUTS

System.Collections.Generic.List`1[[Microsoft.Azure.Commands.ServiceBus.Models.PSNamespaceAttributes, Microsoft.Azure.Commands.ServiceBus,

Version=0.0.1.0, Culture=neutral, PublicKeyToken=null]]







NOTES









Example 1



PS C:\\> Get-AzureRmServiceBusNamespace -ResourceGroup Default-ServiceBus-WestUS -NamespaceName SB-Example1



Name : SB-Example1

Id : /subscriptions/{subscription

id}/resourceGroups/Default-ServiceBus-WestUS/providers/Microsoft.ServiceBus/namespaces/SB-Example1

Location : West US

Sku : Name : Standard , Capacity : 1 , Tier : Standard

ProvisioningState : Succeeded

CreatedAt : 1/20/2017 1:40:01 AM

UpdatedAt : 1/20/2017 1:40:24 AM

ServiceBusEndpoint : https://SB-Example1.servicebus.windows.net:443/











RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... snamespace