GetHciStoragePathResult

data class GetHciStoragePathResult(val customLocationId: String, val id: String, val location: String, val name: String, val path: String, val resourceGroupName: String, val tags: Map<String, String>)

A collection of values returned by getHciStoragePath.

Constructors

Link copied to clipboard
constructor(customLocationId: String, id: String, location: String, name: String, path: String, resourceGroupName: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Custom Location where the Stack HCI Storage Path exists.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Stack HCI Storage Path exists.

Link copied to clipboard
Link copied to clipboard

The file path on the disk where the Stack HCI Storage Path was created.

Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the Stack HCI Storage Path.