MockableMobileNetworkTenantResource.GetTenantPacketCoreControlPlaneVersion Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
public virtual Azure.Response<Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionResource> GetTenantPacketCoreControlPlaneVersion (string versionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTenantPacketCoreControlPlaneVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionResource>
override this.GetTenantPacketCoreControlPlaneVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.TenantPacketCoreControlPlaneVersionResource>
Public Overridable Function GetTenantPacketCoreControlPlaneVersion (versionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(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 null.
versionName
is an empty string, and was expected to be non-empty.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET