Share via


SubscriptionPacketCoreControlPlaneVersionCollection Class

Definition

A class representing a collection of SubscriptionPacketCoreControlPlaneVersionResource and their operations. Each SubscriptionPacketCoreControlPlaneVersionResource in the collection will belong to the same instance of SubscriptionResource. To get a SubscriptionPacketCoreControlPlaneVersionCollection instance call the GetSubscriptionPacketCoreControlPlaneVersions method from an instance of SubscriptionResource.

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

Constructors

SubscriptionPacketCoreControlPlaneVersionCollection()

Initializes a new instance of the SubscriptionPacketCoreControlPlaneVersionCollection 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

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • Operation Id: PacketCoreControlPlaneVersions_GetBySubscription
  • Default Api Version: 2024-02-01
  • Resource: SubscriptionPacketCoreControlPlaneVersionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • Operation Id: PacketCoreControlPlaneVersions_GetBySubscription
  • Default Api Version: 2024-02-01
  • Resource: SubscriptionPacketCoreControlPlaneVersionResource
Get(String, CancellationToken)

Gets information about the specified packet core control plane version.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • Operation Id: PacketCoreControlPlaneVersions_GetBySubscription
  • Default Api Version: 2024-02-01
  • Resource: SubscriptionPacketCoreControlPlaneVersionResource
GetAll(CancellationToken)

Lists all supported packet core control planes versions.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions
  • Operation Id: PacketCoreControlPlaneVersions_ListBySubscription
  • Default Api Version: 2024-02-01
  • Resource: SubscriptionPacketCoreControlPlaneVersionResource
GetAllAsync(CancellationToken)

Lists all supported packet core control planes versions.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions
  • Operation Id: PacketCoreControlPlaneVersions_ListBySubscription
  • Default Api Version: 2024-02-01
  • Resource: SubscriptionPacketCoreControlPlaneVersionResource
GetAsync(String, CancellationToken)

Gets information about the specified packet core control plane version.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • Operation Id: PacketCoreControlPlaneVersions_GetBySubscription
  • Default Api Version: 2024-02-01
  • Resource: SubscriptionPacketCoreControlPlaneVersionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • Operation Id: PacketCoreControlPlaneVersions_GetBySubscription
  • Default Api Version: 2024-02-01
  • Resource: SubscriptionPacketCoreControlPlaneVersionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • Operation Id: PacketCoreControlPlaneVersions_GetBySubscription
  • Default Api Version: 2024-02-01
  • Resource: SubscriptionPacketCoreControlPlaneVersionResource
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<SubscriptionPacketCoreControlPlaneVersionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SubscriptionPacketCoreControlPlaneVersionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to