SharedResourcesDTO interface
Shared Resources.
Properties
| number |
Gets number of mounts of shared disks. NOTE: This property will not be serialized. It can only be populated by the server. |
| quorum |
Gets quorum witness. NOTE: This property will not be serialized. It can only be populated by the server. |
| shared |
Gets the list of shared data disks. NOTE: This property will not be serialized. It can only be populated by the server. |
| shared |
Gets the list of shared log disks. NOTE: This property will not be serialized. It can only be populated by the server. |
| shared |
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[]