get Verifier Workspace
suspend fun getVerifierWorkspace(argument: GetVerifierWorkspacePlainArgs): GetVerifierWorkspaceResult
Instance of Verifier Workspace. Uses Azure REST API version 2024-01-01-preview. Other available API versions: 2024-05-01.
Return
Instance of Verifier Workspace.
Parameters
argument
null
suspend fun getVerifierWorkspace(networkManagerName: String, resourceGroupName: String, workspaceName: String): GetVerifierWorkspaceResult
Return
Instance of Verifier Workspace.
Parameters
network Manager Name
The name of the network manager.
resource Group Name
The name of the resource group.
workspace Name
Workspace name.
See also
suspend fun getVerifierWorkspace(argument: suspend GetVerifierWorkspacePlainArgsBuilder.() -> Unit): GetVerifierWorkspaceResult
Return
Instance of Verifier Workspace.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetVerifierWorkspacePlainArgs.