MobileNetworkExtensions.GetTenantPacketCoreControlPlaneVersions Method

Definition

Gets a collection of TenantPacketCoreControlPlaneVersionResources in the TenantResource. MockingTo mock this method, please mock GetTenantPacketCoreControlPlaneVersions() instead.

public static Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionCollection GetTenantPacketCoreControlPlaneVersions (this Azure.ResourceManager.Resources.TenantResource tenantResource);
static member GetTenantPacketCoreControlPlaneVersions : Azure.ResourceManager.Resources.TenantResource -> Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionCollection
<Extension()>
Public Function GetTenantPacketCoreControlPlaneVersions (tenantResource As TenantResource) As TenantPacketCoreControlPlaneVersionCollection

Parameters

tenantResource
TenantResource

The TenantResource instance the method will execute against.

Returns

An object representing collection of TenantPacketCoreControlPlaneVersionResources and their operations over a TenantPacketCoreControlPlaneVersionResource.

Exceptions

tenantResource is null.

Applies to