< Back

Remove-AzureVirtualIP

Wed Jan 30, 2019 5:51 pm

NAME Remove-AzureVirtualIP



SYNOPSIS

Deletes a virtual IP address from your Cloud Service.





SYNTAX

Remove-AzureVirtualIP [-ServiceName] <String> [-VirtualIPName] <String> [[-Force]] [-Profile <AzureSMProfile>] [-InformationAction <ActionPreference>]

[-InformationVariable <String>] [<CommonParameters>]





DESCRIPTION

The Remove-AzureVirtualIP cmdlet deletes a virtual IP (VIP) from an Azure service. The operation succeeds only if the virtual IP has no endpoints

associated with it.





PARAMETERS

-ServiceName <String>

Specifies the name of the service from which to remove a virtual IP address.



Required? true

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-VirtualIPName <String>

Specifies the name of the virtual IP address to remove.



Required? true

Position? 1

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Force [<SwitchParameter>]

Forces the command to run without asking for user confirmation.



Required? false

Position? 2

Default value False

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.Utilities.Common.ManagementOperationContext







NOTES









-------------------------- Example 1: Remove a virtual IP address from a service --------------------------



PS C:\\>Remove-AzureVirtualIP -VirtualIPName "Vip01" -ServiceName "ContosoService03"



This command removes a virtual IP address from a service.



RELATED LINKS

Add-AzureVirtualIP