다음을 통해 공유


SubscriptionPacketCoreControlPlaneVersionCollection.GetIfExistsAsync Method

Definition

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

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