PacketCoreControlPlaneResource.GetMobileNetworkDiagnosticsPackage 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 diagnostics package.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/{packetCoreControlPlaneName}/diagnosticsPackages/{diagnosticsPackageName}
- Operation Id: DiagnosticsPackages_Get
- Default Api Version: 2024-02-01
- Resource: MobileNetworkDiagnosticsPackageResource
public virtual Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkDiagnosticsPackageResource> GetMobileNetworkDiagnosticsPackage (string diagnosticsPackageName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMobileNetworkDiagnosticsPackage : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkDiagnosticsPackageResource>
override this.GetMobileNetworkDiagnosticsPackage : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MobileNetwork.MobileNetworkDiagnosticsPackageResource>
Public Overridable Function GetMobileNetworkDiagnosticsPackage (diagnosticsPackageName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MobileNetworkDiagnosticsPackageResource)
Parameters
- diagnosticsPackageName
- String
The name of the diagnostics package.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
diagnosticsPackageName
is null.
diagnosticsPackageName
is an empty string, and was expected to be non-empty.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET