Skip to content

Latest commit

 

History

History
131 lines (94 loc) · 3.12 KB

Get-AzureInternalLoadBalancer.md

File metadata and controls

131 lines (94 loc) · 3.12 KB
external help file ms.assetid online version schema
Microsoft.WindowsAzure.Commands.ServiceManagement.dll-Help.xml
A439ADC4-991E-4860-82AA-7BED315991B9
2.0.0

Get-AzureInternalLoadBalancer

SYNOPSIS

Gets the details of the internal load balancer configuration.

[!INCLUDE rdfe-banner]

SYNTAX

Get-AzureInternalLoadBalancer [-ServiceName] <String> [-Profile <AzureSMProfile>]
 [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]

DESCRIPTION

The Get-AzureInternalLoadBalancer cmdlet gets the details of the internal load balancer configuration for an Azure service.

EXAMPLES

Example 1: Get details for an internal load balancer

PS C:\> Get-AzureService -ServiceName "ContosoService" | Get-AzureInternalLoadBalancer

This command gets the service named ContosoService by using the Get-AzureService cmdlet. The command passes that service to the current cmdlet by using the pipeline operator. The current cmdlet gets details for the internal load balancer for that service.

PARAMETERS

-InformationAction

Specifies how this cmdlet responds to an information event.

The acceptable values for this parameter are:

  • Continue
  • Ignore
  • Inquire
  • SilentlyContinue
  • Stop
  • Suspend
Type: ActionPreference
Parameter Sets: (All)
Aliases: infa

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-InformationVariable

Specifies an information variable.

Type: String
Parameter Sets: (All)
Aliases: iv

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Profile

Specifies the Azure profile from which this cmdlet reads. If you do not specify a profile, this cmdlet reads from the local default profile.

Type: AzureSMProfile
Parameter Sets: (All)
Aliases: 

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ServiceName

Specifies the name of the service for which this cmdlet gets details for an internal load balancer.

Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

Microsoft.WindowsAzure.Commands.ServiceManagement.Model.InternalLoadBalancerContext

NOTES

RELATED LINKS

Add-AzureInternalLoadBalancer

Get-AzureService

New-AzureInternalLoadBalancerConfig

Remove-AzureInternalLoadBalancer

Set-AzureInternalLoadBalancer