< Back

Get-AzureRmWcfRelay

Tue Jan 29, 2019 10:04 pm

NAME Get-AzureRmWcfRelay



SYNOPSIS

Returns a description for the specified WcfRelay.





SYNTAX

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

[<CommonParameters>]





DESCRIPTION

The Get-AzureRmWcfRelay cmdlet returns a description of the specified WcfRelay.





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>

WcfRelay Name.



Required? false

Position? 3

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.WcfRelayAttributes, Microsoft.Azure.Commands.Relay, Version=0.1.0.0,

Culture=neutral, PublicKeyToken=null]]

RelayType : NetTcp CreatedAt : 4/12/2017 2:23:08 AM UpdatedAt : 4/12/2017 2:23:08 AM

ListenerCount : 0 RequiresClientAuthorization : True RequiresTransportSecurity : True IsDynamic : False

UserMetadata : User Meta data Id : /subscriptions/854d368f-1828-428f-8f3c-f2affa9b2f7d/resourceGroups/D

efault-ServiceBus-WestUS/providers/Microsoft.Relay/namespaces/TestNameSpace-Relay1/W cfRelays/TestWCFRelay1 Name

: TestWCFRelay1 Type : Microsoft.Relay/WcfRelays





NOTES









Example 1



PS C:\\> Get-AzureRmWcfRelay -ResourceGroupName Default-ServiceBus-WestUS -Namespace TestNameSpace-Relay1 -Name TestWCFRelay1



Returns the description of the WcfRelay.







RELATED LINKS

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