getInstance

Get a InstanceResource Uses Azure REST API version 2024-09-18-preview. Other available API versions: 2024-09-18. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native weightsandbiases [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Concrete tracked resource types can be created by aliasing this type using a specific property type.

Parameters

argument

null


suspend fun getInstance(instancename: String, resourceGroupName: String): GetInstanceResult

Return

Concrete tracked resource types can be created by aliasing this type using a specific property type.

Parameters

instancename

Name of the Instance resource

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


suspend fun getInstance(argument: suspend GetInstancePlainArgsBuilder.() -> Unit): GetInstanceResult

Return

Concrete tracked resource types can be created by aliasing this type using a specific property type.

Parameters

argument

Builder for com.pulumi.azurenative.weightsandbiases.kotlin.inputs.GetInstancePlainArgs.

See also