< Back

Get-AzureRmRelayNamespace

Tue Jan 29, 2019 10:04 pm

NAME Get-AzureRmRelayNamespace



SYNOPSIS

Gets a description for the specified Relay namespace within the resource group.





SYNTAX

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





DESCRIPTION

The Get-AzureRmRelayNamespace cmdlet gets a description for the specified Relay 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>

Relay Namespace Name.



Required? false

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Resource Group Name.



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

-ResourceGroupName

System.String



-Name

System.String





OUTPUTS

System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Relay.Models.RelayNamespaceAttributes, Microsoft.Azure.Commands.Relay,

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

ProvisioningState : Succeeded CreatedAt : 4/12/2017 12:38:47 AM UpdatedAt : 4/12/2017 12:39:10 AM ServiceBusEndpoint :

https://TestNameSpace-Relay1.servicebus ... s.net:443/ MetricId : 854d368f-1828-428f-8f3c-f2affa9b2f7d:testnamespace-relay1

Location : West US Tags : {[tag1, Tag1Value]} Id : /subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/

resourceGroups/Default-ServiceBus-WestUS/providers/Microsoft.Relay/namespaces/TestNameSpace-Relay1 Name : TestNameSpace-Relay1

Type : Microsoft.Relay/namespaces





NOTES









Example 1



PS C:\\> Get-AzureRmRelayNamespace -ResourceGroupName Default-ServiceBus-WestUS -Name TestNameSpace-Relay1



Returns a description of the specified Relay namespace.







RELATED LINKS

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