Share via


SharedResourcesDTO interface

Shared Resources.

Properties

numberOfMounts

Gets number of mounts of shared disks. NOTE: This property will not be serialized. It can only be populated by the server.

quorumWitness

Gets quorum witness. NOTE: This property will not be serialized. It can only be populated by the server.

sharedDataDisks

Gets the list of shared data disks. NOTE: This property will not be serialized. It can only be populated by the server.

sharedLogDisks

Gets the list of shared log disks. NOTE: This property will not be serialized. It can only be populated by the server.

sharedTempDbDisks

Gets the list of shared Temporary database disks. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

numberOfMounts

Gets number of mounts of shared disks. NOTE: This property will not be serialized. It can only be populated by the server.

numberOfMounts?: number

Property Value

number

quorumWitness

Gets quorum witness. NOTE: This property will not be serialized. It can only be populated by the server.

quorumWitness?: AzureQuorumWitnessDTO

Property Value

sharedDataDisks

Gets the list of shared data disks. NOTE: This property will not be serialized. It can only be populated by the server.

sharedDataDisks?: AzureManagedDiskSkuDTO[]

Property Value

sharedLogDisks

Gets the list of shared log disks. NOTE: This property will not be serialized. It can only be populated by the server.

sharedLogDisks?: AzureManagedDiskSkuDTO[]

Property Value

sharedTempDbDisks

Gets the list of shared Temporary database disks. NOTE: This property will not be serialized. It can only be populated by the server.

sharedTempDbDisks?: AzureManagedDiskSkuDTO[]

Property Value