get Diagnostic Service Token Read Only
suspend fun getDiagnosticServiceTokenReadOnly(argument: GetDiagnosticServiceTokenReadOnlyPlainArgs): GetDiagnosticServiceTokenReadOnlyResult
Gets an read-only access token for application insights diagnostic service data. API Version: 2021-03-03-preview.
Return
The response to a diagnostic services token query.
Parameters
argument
null
suspend fun getDiagnosticServiceTokenReadOnly(resourceUri: String): GetDiagnosticServiceTokenReadOnlyResult
Return
The response to a diagnostic services token query.
Parameters
resource Uri
The identifier of the resource.
See also
suspend fun getDiagnosticServiceTokenReadOnly(argument: suspend GetDiagnosticServiceTokenReadOnlyPlainArgsBuilder.() -> Unit): GetDiagnosticServiceTokenReadOnlyResult
Return
The response to a diagnostic services token query.
Parameters
argument
Builder for com.pulumi.azurenative.insights.kotlin.inputs.GetDiagnosticServiceTokenReadOnlyPlainArgs.