GetLinkedStorageAccountResult

data class GetLinkedStorageAccountResult(val azureApiVersion: String, val dataSourceType: String, val id: String, val name: String, val storageAccountIds: List<String>? = null, val type: String)

Linked storage accounts top level resource container.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, dataSourceType: String, id: String, name: String, storageAccountIds: List<String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Linked storage accounts type.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard

Linked storage accounts resources ids.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"