Share via


TenantPacketCoreControlPlaneVersionCollection Class

Definition

A class representing a collection of TenantPacketCoreControlPlaneVersionResource and their operations. Each TenantPacketCoreControlPlaneVersionResource in the collection will belong to the same instance of TenantResource. To get a TenantPacketCoreControlPlaneVersionCollection instance call the GetTenantPacketCoreControlPlaneVersions method from an instance of TenantResource.

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

Constructors

TenantPacketCoreControlPlaneVersionCollection()

Initializes a new instance of the TenantPacketCoreControlPlaneVersionCollection 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: /providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • Operation Id: PacketCoreControlPlaneVersions_Get
  • Default Api Version: 2024-02-01
  • Resource: TenantPacketCoreControlPlaneVersionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

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

Gets information about the specified packet core control plane version.

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

Lists all supported packet core control planes versions.

GetAllAsync(CancellationToken)

Lists all supported packet core control planes versions.

GetAsync(String, CancellationToken)

Gets information about the specified packet core control plane version.

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

Tries to get details for this resource from the service.

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

Tries to get details for this resource from the service.

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

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<TenantPacketCoreControlPlaneVersionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to