get Network Security Perimeter Logging Configuration
suspend fun getNetworkSecurityPerimeterLoggingConfiguration(argument: GetNetworkSecurityPerimeterLoggingConfigurationPlainArgs): GetNetworkSecurityPerimeterLoggingConfigurationResult
Gets the NSP logging configuration. Uses Azure REST API version 2024-06-01-preview. Other available API versions: 2024-07-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native network [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
The NSP logging configuration
Parameters
argument
null
suspend fun getNetworkSecurityPerimeterLoggingConfiguration(loggingConfigurationName: String, networkSecurityPerimeterName: String, resourceGroupName: String): GetNetworkSecurityPerimeterLoggingConfigurationResult
Return
The NSP logging configuration
Parameters
logging Configuration Name
The name of the NSP logging configuration. Accepts 'instance' as name.
network Security Perimeter Name
The name of the network security perimeter.
resource Group Name
The name of the resource group.
See also
suspend fun getNetworkSecurityPerimeterLoggingConfiguration(argument: suspend GetNetworkSecurityPerimeterLoggingConfigurationPlainArgsBuilder.() -> Unit): GetNetworkSecurityPerimeterLoggingConfigurationResult
Return
The NSP logging configuration
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetNetworkSecurityPerimeterLoggingConfigurationPlainArgs.