get Diagnostics Package
suspend fun getDiagnosticsPackage(argument: GetDiagnosticsPackagePlainArgs): GetDiagnosticsPackageResult
Gets information about the specified diagnostics package. Azure REST API version: 2023-06-01. Other available API versions: 2023-09-01.
Return
Diagnostics package resource.
Parameters
argument
null
suspend fun getDiagnosticsPackage(diagnosticsPackageName: String, packetCoreControlPlaneName: String, resourceGroupName: String): GetDiagnosticsPackageResult
Return
Diagnostics package resource.
See also
Parameters
diagnostics Package Name
The name of the diagnostics package.
packet Core Control Plane Name
The name of the packet core control plane.
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getDiagnosticsPackage(argument: suspend GetDiagnosticsPackagePlainArgsBuilder.() -> Unit): GetDiagnosticsPackageResult
Return
Diagnostics package resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.mobilenetwork.kotlin.inputs.GetDiagnosticsPackagePlainArgs.