Share via


MobileNetworkExtensions.GetTenantPacketCoreControlPlaneVersionResource Method

Definition

Gets an object representing a TenantPacketCoreControlPlaneVersionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a TenantPacketCoreControlPlaneVersionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetTenantPacketCoreControlPlaneVersionResource(ResourceIdentifier) instead.

public static Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionResource GetTenantPacketCoreControlPlaneVersionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetTenantPacketCoreControlPlaneVersionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionResource
<Extension()>
Public Function GetTenantPacketCoreControlPlaneVersionResource (client As ArmClient, id As ResourceIdentifier) As TenantPacketCoreControlPlaneVersionResource

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a TenantPacketCoreControlPlaneVersionResource object.

Exceptions

client is null.

Applies to