Edit

Get-AzAlbFrontend

This cmdlet is part of a Preview module. Preview versions aren't recommended for use in production environments. For more information, see https://aka.ms/azps-refstatus.

Get a Frontend

Syntax

List (Default)

Get-AzAlbFrontend
    -AlbName <String>
    -ResourceGroupName <String>
    [-SubscriptionId <String[]>]
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

Get

Get-AzAlbFrontend
    -AlbName <String>
    -Name <String>
    -ResourceGroupName <String>
    [-SubscriptionId <String[]>]
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

GetViaIdentityTrafficController

Get-AzAlbFrontend
    -Name <String>
    -TrafficControllerInputObject <IAlbIdentity>
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

GetViaIdentity

Get-AzAlbFrontend
    -InputObject <IAlbIdentity>
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

Description

Get a Frontend

Examples

Example 1: Get a specified Application Gateway for Containers frontend resource

Get-AzAlbFrontend -Name test-frontend -AlbName test-alb -ResourceGroupName test-rg
Name          ResourceGroupName Location       Fqdn                                                ProvisioningState
----          ----------------- --------       ----                                                -----------------
test-frontend test-rg           northcentralus c70d8be2a2d358417f901f8264d4bc32.fz54.alb.azure.com Succeeded

This command shows a specific Application Gateway for Containers frontend resource.

Example 2: List frontends for a given Application Gateway for Containers resource

Get-AzAlbFrontend -AlbName test-alb -ResourceGroupName test-rg
Name           ResourceGroupName Location       Fqdn                                                ProvisioningState
----           ----------------- --------       ----                                                -----------------
test-frontend2 test-rg           northcentralus e853d603ee81f4af13e83a6df300045d.fz85.alb.azure.com Succeeded
test-frontend  test-rg           northcentralus c70d8be2a2d358417f901f8264d4bc32.fz54.alb.azure.com Succeeded

This command lists all Application Gateway for Containers frontend resources belonging to a specific Application Gateway for Containers resource.

Parameters

-AlbName

traffic controller name for path

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

List
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DefaultProfile

The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.

Parameter properties

Type:PSObject
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzureRMContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

Identity Parameter

Parameter properties

Type:IAlbIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetViaIdentity
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

Frontends

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
GetViaIdentityTrafficController
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ResourceGroupName

The name of the resource group. The name is case insensitive.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

List
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SubscriptionId

The ID of the target subscription.

Parameter properties

Type:

String[]

Default value:(Get-AzContext).Subscription.Id
Supports wildcards:False
DontShow:False

Parameter sets

List
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Get
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TrafficControllerInputObject

Identity Parameter

Parameter properties

Type:IAlbIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetViaIdentityTrafficController
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

IAlbIdentity

Outputs

IFrontend