get Orchestrator Instance Service Details
suspend fun getOrchestratorInstanceServiceDetails(argument: GetOrchestratorInstanceServiceDetailsPlainArgs): GetOrchestratorInstanceServiceDetailsResult
Gets details about the orchestrator instance. API Version: 2021-03-15.
Return
Represents an instance of a orchestrator.
Parameters
argument
null
suspend fun getOrchestratorInstanceServiceDetails(resourceGroupName: String, resourceName: String): GetOrchestratorInstanceServiceDetailsResult
Return
Represents an instance of a orchestrator.
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 getOrchestratorInstanceServiceDetails(argument: suspend GetOrchestratorInstanceServiceDetailsPlainArgsBuilder.() -> Unit): GetOrchestratorInstanceServiceDetailsResult
Return
Represents an instance of a orchestrator.
Parameters
argument
Builder for com.pulumi.azurenative.delegatednetwork.kotlin.inputs.GetOrchestratorInstanceServiceDetailsPlainArgs.