getAccount

Gets the properties of the specified machine learning team account. API Version: 2017-05-01-preview.

Return

An object that represents a machine learning team account.

Parameters

argument

null


suspend fun getAccount(accountName: String, resourceGroupName: String): GetAccountResult

Return

An object that represents a machine learning team account.

Parameters

accountName

The name of the machine learning team account.

resourceGroupName

The name of the resource group to which the machine learning team account belongs.

See also


suspend fun getAccount(argument: suspend GetAccountPlainArgsBuilder.() -> Unit): GetAccountResult

Return

An object that represents a machine learning team account.

Parameters

argument

Builder for com.pulumi.azurenative.machinelearningexperimentation.kotlin.inputs.GetAccountPlainArgs.

See also