Condividi tramite


MobileNetworkSiteResource.DeletePacketCore Method

Definition

Deletes a packet core under the specified mobile network site.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}/deletePacketCore
  • Operation Id: Sites_DeletePacketCore
  • Default Api Version: 2024-02-01
  • Resource: MobileNetworkSiteResource
public virtual Azure.ResourceManager.ArmOperation DeletePacketCore (Azure.WaitUntil waitUntil, Azure.ResourceManager.MobileNetwork.Models.SiteDeletePacketCore siteDeletePacketCore, System.Threading.CancellationToken cancellationToken = default);
abstract member DeletePacketCore : Azure.WaitUntil * Azure.ResourceManager.MobileNetwork.Models.SiteDeletePacketCore * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.DeletePacketCore : Azure.WaitUntil * Azure.ResourceManager.MobileNetwork.Models.SiteDeletePacketCore * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
Public Overridable Function DeletePacketCore (waitUntil As WaitUntil, siteDeletePacketCore As SiteDeletePacketCore, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

siteDeletePacketCore
SiteDeletePacketCore

Parameters supplied to delete a packet core under a site.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

siteDeletePacketCore is null.

Applies to