共用方式為


PacketCoreDataPlaneCollection Class

Definition

A class representing a collection of PacketCoreDataPlaneResource and their operations. Each PacketCoreDataPlaneResource in the collection will belong to the same instance of PacketCoreControlPlaneResource. To get a PacketCoreDataPlaneCollection instance call the GetPacketCoreDataPlanes method from an instance of PacketCoreControlPlaneResource.

public class PacketCoreDataPlaneCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneResource>
type PacketCoreDataPlaneCollection = class
    inherit ArmCollection
    interface seq<PacketCoreDataPlaneResource>
    interface IEnumerable
    interface IAsyncEnumerable<PacketCoreDataPlaneResource>
Public Class PacketCoreDataPlaneCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of PacketCoreDataPlaneResource), IEnumerable(Of PacketCoreDataPlaneResource)
Inheritance
PacketCoreDataPlaneCollection
Implements

Constructors

PacketCoreDataPlaneCollection()

Initializes a new instance of the PacketCoreDataPlaneCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, PacketCoreDataPlaneData, CancellationToken)

Creates or updates a packet core data plane. Must be created in the same location as its parent packet core control plane.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}
  • Operation Id: PacketCoreDataPlanes_CreateOrUpdate
  • Default Api Version: 2024-02-01
  • Resource: PacketCoreDataPlaneResource
CreateOrUpdateAsync(WaitUntil, String, PacketCoreDataPlaneData, CancellationToken)

Creates or updates a packet core data plane. Must be created in the same location as its parent packet core control plane.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}
  • Operation Id: PacketCoreDataPlanes_CreateOrUpdate
  • Default Api Version: 2024-02-01
  • Resource: PacketCoreDataPlaneResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}
  • Operation Id: PacketCoreDataPlanes_Get
  • Default Api Version: 2024-02-01
  • Resource: PacketCoreDataPlaneResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}
  • Operation Id: PacketCoreDataPlanes_Get
  • Default Api Version: 2024-02-01
  • Resource: PacketCoreDataPlaneResource
Get(String, CancellationToken)

Gets information about the specified packet core data plane.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}
  • Operation Id: PacketCoreDataPlanes_Get
  • Default Api Version: 2024-02-01
  • Resource: PacketCoreDataPlaneResource
GetAll(CancellationToken)

Lists all the packet core data planes associated with a packet core control plane.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes
  • Operation Id: PacketCoreDataPlanes_ListByPacketCoreControlPlane
  • Default Api Version: 2024-02-01
  • Resource: PacketCoreDataPlaneResource
GetAllAsync(CancellationToken)

Lists all the packet core data planes associated with a packet core control plane.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes
  • Operation Id: PacketCoreDataPlanes_ListByPacketCoreControlPlane
  • Default Api Version: 2024-02-01
  • Resource: PacketCoreDataPlaneResource
GetAsync(String, CancellationToken)

Gets information about the specified packet core data plane.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}
  • Operation Id: PacketCoreDataPlanes_Get
  • Default Api Version: 2024-02-01
  • Resource: PacketCoreDataPlaneResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}
  • Operation Id: PacketCoreDataPlanes_Get
  • Default Api Version: 2024-02-01
  • Resource: PacketCoreDataPlaneResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/packetCoreDataPlanes/{packetCoreDataPlaneName}
  • Operation Id: PacketCoreDataPlanes_Get
  • Default Api Version: 2024-02-01
  • Resource: PacketCoreDataPlaneResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<PacketCoreDataPlaneResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<PacketCoreDataPlaneResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to