get Network Security Perimeter Association
suspend fun getNetworkSecurityPerimeterAssociation(argument: GetNetworkSecurityPerimeterAssociationPlainArgs): GetNetworkSecurityPerimeterAssociationResult
Gets the specified NSP association by name. Uses Azure REST API version 2024-06-01-preview.
Return
The NSP resource association resource
Parameters
argument
null
suspend fun getNetworkSecurityPerimeterAssociation(associationName: String, networkSecurityPerimeterName: String, resourceGroupName: String): GetNetworkSecurityPerimeterAssociationResult
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 getNetworkSecurityPerimeterAssociation(argument: suspend GetNetworkSecurityPerimeterAssociationPlainArgsBuilder.() -> Unit): GetNetworkSecurityPerimeterAssociationResult
Return
The NSP resource association resource
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetNetworkSecurityPerimeterAssociationPlainArgs.