ManagedInstanceUpdate.StorageAccountType 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.
Gets or sets the storage account type used to store backups for this instance. The options are LRS (LocallyRedundantStorage), ZRS (ZoneRedundantStorage) and GRS (GeoRedundantStorage). Possible values include: 'GRS', 'LRS', 'ZRS'
[Newtonsoft.Json.JsonProperty(PropertyName="properties.storageAccountType")]
public string StorageAccountType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.storageAccountType")>]
member this.StorageAccountType : string with get, set
Public Property StorageAccountType As String
Property Value
- System.String
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute