< Back

Get-AzureInternalLoadBalancer

Wed Jan 30, 2019 5:44 pm

NAME Get-AzureInternalLoadBalancer



SYNOPSIS

Gets the details of the internal load balancer configuration.





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.





PARAMETERS

-ServiceName <String>

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



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-Profile <AzureSMProfile>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InformationAction <ActionPreference>





Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InformationVariable <String>





Required? false

Position? named

Default value None

Accept pipeline input? False

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 (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

Microsoft.WindowsAzure.Commands.ServiceManagement.Model.InternalLoadBalancerContext







NOTES









-------------------------- 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.



RELATED LINKS

Add-AzureInternalLoadBalancer

Get-AzureService

New-AzureInternalLoadBalancerConfig

Remove-AzureInternalLoadBalancer

Set-AzureInternalLoadBalancer