ManagedDisk.Tier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/. Does not apply to Ultra disks.
public Azure.Provisioning.BicepValue<string> Tier { get; set; }
member this.Tier : Azure.Provisioning.BicepValue<string> with get, set
Public Property Tier As BicepValue(Of String)