getAzureBareMetalStorageInstance

Gets an Azure Bare Metal Storage instance for the specified subscription, resource group, and instance name. Uses Azure REST API version 2024-08-01-preview. Other available API versions: 2023-04-06, 2023-08-04-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native baremetalinfrastructure [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

AzureBareMetalStorageInstance info on Azure (ARM properties and AzureBareMetalStorage properties)

Parameters

argument

null


suspend fun getAzureBareMetalStorageInstance(azureBareMetalStorageInstanceName: String, resourceGroupName: String): GetAzureBareMetalStorageInstanceResult

Return

AzureBareMetalStorageInstance info on Azure (ARM properties and AzureBareMetalStorage properties)

Parameters

azureBareMetalStorageInstanceName

Name of the Azure Bare Metal Storage Instance, also known as the ResourceName.

resourceGroupName

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

See also


Return

AzureBareMetalStorageInstance info on Azure (ARM properties and AzureBareMetalStorage properties)

Parameters

argument

Builder for com.pulumi.azurenative.baremetalinfrastructure.kotlin.inputs.GetAzureBareMetalStorageInstancePlainArgs.

See also