Package version:

AVS storage container resource type, representing a VMware storage container in a storage pool, which can be associated to and mounted as a datastore

interface AvsStorageContainer {
    id?: string;
    name?: string;
    properties?: AvsStorageContainerProperties;
    systemData?: SystemData;
    type?: string;
}

Hierarchy (view full)

Properties

id?: string

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

name?: string

The name of the resource

The resource-specific properties for this resource.

systemData?: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type?: string

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