< Back
New-AzureInternalLoadBalancerConfig
Post
NAME New-AzureInternalLoadBalancerConfig
SYNOPSIS
Creates an internal load balancer configuration.
SYNTAX
New-AzureInternalLoadBalancerConfig [-InternalLoadBalancerName] <String> [-SubnetName] <String> [-Profile <AzureSMProfile>] [-InformationAction
<ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
New-AzureInternalLoadBalancerConfig [-InternalLoadBalancerName] <String> [-SubnetName] <String> [-StaticVNetIPAddress] <IPAddress> [-Profile
<AzureSMProfile>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
DESCRIPTION
The New-AzureInternalLoadBalancerConfig cmdlet creates an InternalLoadBalancerConfig object. You can use an internal load balancer configuration when
you create an Azure virtual machine deployment.
PARAMETERS
-InternalLoadBalancerName <String>
Specifies the name of the internal load balancer that this cmdlet includes in the configuration.
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
-SubnetName <String>
Specifies the name of the subnet for an internal load balancer.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-StaticVNetIPAddress <IPAddress>
Specifies the virtual network IP address for an internal load balancer that this cmdlet includes in the configuration.
Required? true
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
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.InternalLoadBalancerConfig
NOTES
-------------------------- Example 1: Create an internal load balancer configuration --------------------------
PS C:\\>$IlbConfig = New-AzureInternalLoadBalancerConfig -InternalLoadBalancerName "Contoso" -SubnetName "FrontEndSubnet"
This command creates an internal load balancer configuration for the subnet named FrontEndSubnet. The command stores the configuration in the $IlbConfig
variable for you to use for a virtual machine deployment.
RELATED LINKS
Add-AzureInternalLoadBalancer
Get-AzureInternalLoadBalancer
Remove-AzureInternalLoadBalancer
Set-AzureInternalLoadBalancer
SYNOPSIS
Creates an internal load balancer configuration.
SYNTAX
New-AzureInternalLoadBalancerConfig [-InternalLoadBalancerName] <String> [-SubnetName] <String> [-Profile <AzureSMProfile>] [-InformationAction
<ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
New-AzureInternalLoadBalancerConfig [-InternalLoadBalancerName] <String> [-SubnetName] <String> [-StaticVNetIPAddress] <IPAddress> [-Profile
<AzureSMProfile>] [-InformationAction <ActionPreference>] [-InformationVariable <String>] [<CommonParameters>]
DESCRIPTION
The New-AzureInternalLoadBalancerConfig cmdlet creates an InternalLoadBalancerConfig object. You can use an internal load balancer configuration when
you create an Azure virtual machine deployment.
PARAMETERS
-InternalLoadBalancerName <String>
Specifies the name of the internal load balancer that this cmdlet includes in the configuration.
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
-SubnetName <String>
Specifies the name of the subnet for an internal load balancer.
Required? true
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-StaticVNetIPAddress <IPAddress>
Specifies the virtual network IP address for an internal load balancer that this cmdlet includes in the configuration.
Required? true
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
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.InternalLoadBalancerConfig
NOTES
-------------------------- Example 1: Create an internal load balancer configuration --------------------------
PS C:\\>$IlbConfig = New-AzureInternalLoadBalancerConfig -InternalLoadBalancerName "Contoso" -SubnetName "FrontEndSubnet"
This command creates an internal load balancer configuration for the subnet named FrontEndSubnet. The command stores the configuration in the $IlbConfig
variable for you to use for a virtual machine deployment.
RELATED LINKS
Add-AzureInternalLoadBalancer
Get-AzureInternalLoadBalancer
Remove-AzureInternalLoadBalancer
Set-AzureInternalLoadBalancer