IBlobServiceProperties.BlobServicePropertyAutomaticSnapshotPolicyEnabled 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.
Automatic Snapshot is enabled if set to true.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Automatic Snapshot is enabled if set to true.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="automaticSnapshotPolicyEnabled")]
public bool? BlobServicePropertyAutomaticSnapshotPolicyEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Automatic Snapshot is enabled if set to true.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="automaticSnapshotPolicyEnabled")>]
member this.BlobServicePropertyAutomaticSnapshotPolicyEnabled : Nullable<bool> with get, set
Public Property BlobServicePropertyAutomaticSnapshotPolicyEnabled As Nullable(Of Boolean)
Property Value
- Attributes