Get-AzFluidRelayServer
Get a Fluid Relay server.
Syntax
Get-AzFluidRelayServer
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzFluidRelayServer
-Name <String>
-ResourceGroup <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzFluidRelayServer
-ResourceGroup <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzFluidRelayServer
-InputObject <IFluidRelayIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get a Fluid Relay server.
Examples
Example 1: List Fluid Relay server.
Get-AzFluidRelayServer
Location Name ResourceGroupName
-------- ---- -----------------
westus2 azps-fluidrelay azpstest-gp
List Fluid Relay server.
Example 2: List Fluid Relay server by ResourceGroup.
Get-AzFluidRelayServer -ResourceGroup azpstest-gp
Location Name ResourceGroupName
-------- ---- -----------------
westus2 azps-fluidrelay azpstest-gp
List Fluid Relay server.
Example 3: Get a Fluid Relay server by ResourceGroup.
Get-AzFluidRelayServer -Name azps-fluidrelay -ResourceGroup azpstest-gp
Location Name ResourceGroupName
-------- ---- -----------------
westus2 azps-fluidrelay azpstest-gp
Get a Fluid Relay server.
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | IFluidRelayIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
The Fluid Relay server resource name.
Type: | String |
Aliases: | FluidRelayServerName |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroup
The resource group containing the resource.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The subscription id (GUID) for this resource.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell