Az.Relay Module
Microsoft Azure PowerShell: Relay cmdlets
Relay
| Cmdlet | Description |
|---|---|
| Get-AzRelayAuthorizationRule |
Authorization rule for a namespace by name. |
| Get-AzRelayHybridConnection |
Returns the description for the specified hybrid connection. |
| Get-AzRelayKey |
Primary and secondary connection strings to the namespace. |
| Get-AzRelayNamespace |
Returns the description for the specified namespace. |
| Get-AzRelayNamespaceNetworkRuleSet |
Gets NetworkRuleSet for a Namespace. |
| Get-AzWcfRelay |
Returns the description for the specified WCF relay. |
| New-AzRelayAuthorizationRule |
Create an authorization rule for a namespace. |
| New-AzRelayHybridConnection |
Create a service hybrid connection. This operation is idempotent. |
| New-AzRelayKey |
Regenerates the primary or secondary connection strings to the namespace. |
| New-AzRelayNamespace |
Create Azure Relay namespace. |
| New-AzRelayNetworkRuleSetIPRuleObject |
Create an in-memory object for NwRuleSetIPRules. |
| New-AzWcfRelay |
Create a WCF relay. This operation is idempotent. |
| Remove-AzRelayAuthorizationRule |
Deletes a namespace authorization rule. |
| Remove-AzRelayHybridConnection |
Deletes a hybrid connection. |
| Remove-AzRelayNamespace |
Deletes an existing namespace. This operation also removes all associated resources under the namespace. |
| Remove-AzWcfRelay |
Deletes a WCF relay. |
| Set-AzRelayAuthorizationRule |
Creates or updates an authorization rule for a namespace. |
| Set-AzRelayHybridConnection |
Creates or updates a service hybrid connection. This operation is idempotent. |
| Set-AzRelayNamespaceNetworkRuleSet |
Update NetworkRuleSet for a Namespace. |
| Set-AzWcfRelay |
Creates or updates a WCF relay. This operation is idempotent. |
| Test-AzRelayName |
Check the specified namespace name availability. |
| Update-AzRelayNamespace |
Update a namespace. Once created, this namespace's resource manifest is immutable. This operation is idempotent. |