get Nsp Association
Gets the specified NSP association by name. Uses Azure REST API version 2021-02-01-preview. Other available API versions: 2023-07-01-preview, 2023-08-01-preview.
Return
The NSP resource association resource
Parameters
argument
null
suspend fun getNspAssociation(associationName: String, networkSecurityPerimeterName: String, resourceGroupName: String): GetNspAssociationResult
Return
The NSP resource association resource
Parameters
association Name
The name of the NSP association.
network Security Perimeter Name
The name of the network security perimeter.
resource Group Name
The name of the resource group.
See also
suspend fun getNspAssociation(argument: suspend GetNspAssociationPlainArgsBuilder.() -> Unit): GetNspAssociationResult
Return
The NSP resource association resource
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetNspAssociationPlainArgs.