< Back

Get-AzureRmRelayHybridConnection

Tue Jan 29, 2019 10:04 pm

NAME Get-AzureRmRelayHybridConnection



SYNOPSIS

Gets a description for the specified HybridConnection within the Relay namespace.





SYNTAX

Get-AzureRmRelayHybridConnection [-ResourceGroupName] <String> [-Namespace] <String> [-DefaultProfile <IAzureContextContainer>] [-Name <String>]

[<CommonParameters>]





DESCRIPTION

The Get-AzureRmRelayHybridConnection cmdlet gets a description for the specified HybridConnection within the Relay namespace.





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>

HybridConnections Name.



Required? false

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Namespace <String>

Namespace Name.



Required? true

Position? 1

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-ResourceGroupName <String>

Resource Group Name.



Required? true

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



-Namespace

System.String



-Name

System.String





OUTPUTS

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

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

CreatedAt : 4/12/2017 3:17:02 AM UpdatedAt : 4/12/2017 3:17:02 AM ListenerCount : 0

RequiresClientAuthorization : True UserMetadata : User Meta data Id : /subscriptions/854d368f-1828-428f

-8f3c-f2affa9b2f7d/resourceGroups/Default-ServiceBus-WestUS/providers/Microsoft.Relay/namespaces/TestNameSpace-Relay1/H

ybridConnections/TestHybridConnection Name : TestHybridConnection Type :

Microsoft.Relay/HybridConnections





NOTES









Example 1



PS C:\\>Get-AzureRmRelayHybridConnection -ResourceGroupName Default-ServiceBus-WestUS -Namespace TestNameSpace-Relay1 -Name TestHybridConnection



Returns the description of the HybridConnection.







RELATED LINKS

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