PublicIPAddressesOperations.StartDelete(String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes the specified public IP address.
public virtual Azure.ResourceManager.Network.PublicIPAddressesDeleteOperation StartDelete (string resourceGroupName, string publicIpAddressName, System.Threading.CancellationToken cancellationToken = default);
abstract member StartDelete : string * string * System.Threading.CancellationToken -> Azure.ResourceManager.Network.PublicIPAddressesDeleteOperation
override this.StartDelete : string * string * System.Threading.CancellationToken -> Azure.ResourceManager.Network.PublicIPAddressesDeleteOperation
Public Overridable Function StartDelete (resourceGroupName As String, publicIpAddressName As String, Optional cancellationToken As CancellationToken = Nothing) As PublicIPAddressesDeleteOperation
Parameters
- resourceGroupName
- System.String
The name of the resource group.
- publicIpAddressName
- System.String
The name of the subnet.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.
Returns
Exceptions
System.ArgumentNullException
resourceGroupName
or publicIpAddressName
is null.