TenantPacketCoreControlPlaneVersionCollection.GetIfExists Method

Definition

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
public virtual Azure.NullableResponse<Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionResource> GetIfExists (string versionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionResource>
Public Overridable Function GetIfExists (versionName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of TenantPacketCoreControlPlaneVersionResource)

Parameters

versionName
String

The name of the packet core control plane version.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

versionName is an empty string, and was expected to be non-empty.

versionName is null.

Applies to