< Back
Remove-AzureReservedIP
Post
NAME Remove-AzureReservedIP
SYNOPSIS
Removes a reserved IP address by its name.
SYNTAX
Remove-AzureReservedIP [-ReservedIPName] <String> [[-Force]] [-Profile <AzureSMProfile>] [-InformationAction <ActionPreference>] [-InformationVariable
<String>] [<CommonParameters>]
DESCRIPTION
The Remove-AzureReservedIP cmdlet removes a reserved IP address by its name.
PARAMETERS
-ReservedIPName <String>
Specifies the name of the reserved IP address.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Force [<SwitchParameter>]
Forces the command to run without asking for user confirmation.
Required? false
Position? 1
Default value False
Accept pipeline input? False
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
NOTES
-------------------------- Example 1: Remove a reserved IP address by its name --------------------------
PS C:\\>Remove-AzureReservedIP -ReservedIPName $name
This command removes a reserved IP address by its name.
RELATED LINKS
Get-AzureReservedIP
New-AzureReservedIP
Set-AzureReservedIPAssociation
SYNOPSIS
Removes a reserved IP address by its name.
SYNTAX
Remove-AzureReservedIP [-ReservedIPName] <String> [[-Force]] [-Profile <AzureSMProfile>] [-InformationAction <ActionPreference>] [-InformationVariable
<String>] [<CommonParameters>]
DESCRIPTION
The Remove-AzureReservedIP cmdlet removes a reserved IP address by its name.
PARAMETERS
-ReservedIPName <String>
Specifies the name of the reserved IP address.
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Force [<SwitchParameter>]
Forces the command to run without asking for user confirmation.
Required? false
Position? 1
Default value False
Accept pipeline input? False
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
NOTES
-------------------------- Example 1: Remove a reserved IP address by its name --------------------------
PS C:\\>Remove-AzureReservedIP -ReservedIPName $name
This command removes a reserved IP address by its name.
RELATED LINKS
Get-AzureReservedIP
New-AzureReservedIP
Set-AzureReservedIPAssociation