get Controller Details
suspend fun getControllerDetails(argument: GetControllerDetailsPlainArgs): GetControllerDetailsResult
Gets details about the specified dnc controller. API Version: 2021-03-15.
Return
Represents an instance of a DNC controller.
Parameters
argument
null
suspend fun getControllerDetails(resourceGroupName: String, resourceName: String): GetControllerDetailsResult
Return
Represents an instance of a DNC controller.
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
resource Name
The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
See also
suspend fun getControllerDetails(argument: suspend GetControllerDetailsPlainArgsBuilder.() -> Unit): GetControllerDetailsResult
Return
Represents an instance of a DNC controller.
Parameters
argument
Builder for com.pulumi.azurenative.delegatednetwork.kotlin.inputs.GetControllerDetailsPlainArgs.