get Enterprise Mcc Customer
suspend fun getEnterpriseMccCustomer(argument: GetEnterpriseMccCustomerPlainArgs): GetEnterpriseMccCustomerResult
Gets the enterprise mcc customer resource information using this get call Uses Azure REST API version 2023-05-01-preview.
Return
Represents the high level Nodes needed to provision customer resources
Parameters
argument
null
suspend fun getEnterpriseMccCustomer(customerResourceName: String, resourceGroupName: String): GetEnterpriseMccCustomerResult
Return
Represents the high level Nodes needed to provision customer resources
Parameters
customer Resource Name
Name of the Customer resource
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getEnterpriseMccCustomer(argument: suspend GetEnterpriseMccCustomerPlainArgsBuilder.() -> Unit): GetEnterpriseMccCustomerResult
Return
Represents the high level Nodes needed to provision customer resources
Parameters
argument
Builder for com.pulumi.azurenative.connectedcache.kotlin.inputs.GetEnterpriseMccCustomerPlainArgs.