IPreferences.StorageAccountAccessTierPreference 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.
Preferences related to the Access Tier of storage accounts.
[Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Preferences related to the Access Tier of storage accounts.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.StorageAccountAccessTier) }, ReadOnly=false, Required=false, SerializedName="storageAccountAccessTierPreferences")]
public Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.StorageAccountAccessTier[] StorageAccountAccessTierPreference { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBox.Runtime.Info(Description="Preferences related to the Access Tier of storage accounts.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.StorageAccountAccessTier) }, ReadOnly=false, Required=false, SerializedName="storageAccountAccessTierPreferences")>]
member this.StorageAccountAccessTierPreference : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Support.StorageAccountAccessTier[] with get, set
Public Property StorageAccountAccessTierPreference As StorageAccountAccessTier()
Property Value
- Attributes