GetDataPoolResult

data class GetDataPoolResult(val dataPoolId: String, val id: String, val locations: List<DataPoolLocationResponse>, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

ADP Data Pool

Constructors

Link copied to clipboard
constructor(dataPoolId: String, id: String, locations: List<DataPoolLocationResponse>, name: String, provisioningState: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Data Pool's data-plane ID

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

Gets or sets the collection of locations where Data Pool resources should be created

Link copied to clipboard

The name of the resource

Link copied to clipboard

Gets the status of the data pool at the time the operation was called

Link copied to clipboard

The system meta data relating to this resource

Link copied to clipboard

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