< Back

New-AzureSBNamespace

Wed Jan 30, 2019 5:41 pm

NAME New-AzureSBNamespace



SYNOPSIS

Create a new Microsoft Azure ServiceBus namespace





SYNTAX

New-AzureSBNamespace [-Name] <String> [-Location] <String> [[-CreateACSNamespace] <Boolean>] [-NamespaceType] <NamespaceType> [<CommonParameters>]





DESCRIPTION

Create a new Microsoft Azure ServiceBus namespace





PARAMETERS

-Name <String>

The name of the namespace to create



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-Location <String>

The location to create the namespace in



Required? true

Position? 2

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-CreateACSNamespace [<Boolean>]

Create assosciated ACS namespace as well



Required? false

Position? 3

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-NamespaceType <NamespaceType>

Choose if the Namespace will be used for Messaging or Notification Hubs



Required? true

Position? 4

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







RELATED LINKS

Get-AzureSBLocation

Get-AzureSBNamespace

New-AzureSBNamespace