< Back

Get-AzureSBNamespace

Wed Jan 30, 2019 5:44 pm

NAME Get-AzureSBNamespace



SYNOPSIS

Get information about existing Microsoft Azure ServiceBus namespaces





SYNTAX

Get-AzureSBNamespace [[-Name] <String>] [<CommonParameters>]





DESCRIPTION

List current Microsoft Azure Namespaces or get details about a particular Microsoft Azure ServiceBus namespace





PARAMETERS

-Name <String>

The name of the ServiceBus namespace



Required? false

Position? 1

Default value

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









OUTPUTS









NOTES







Keywords: azure, azuresm, servicemanagement, management, service, utilities





-------------- List namespaces --------------



C:\\PS>Get-AzureSBNamespace



List all current Microsoft Azure ServiceBus namespaces









-------------- Get ServiceBus namespace detail --------------



C:\\PS>Get-AzureSBNamespace myNamespace



Get details information about the Microsoft Azure ServiceBus namespace 'myNamespace'











RELATED LINKS

Get-AzureSBLocation

New-AzureSBNamespace

Remove-AzureSBNamespace