IAutoBackupSettings.StorageContainerName Property

Definition

Storage container name where backup will be taken to.

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="Storage container name where backup will be taken to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageContainerName", Update=true)]
public string StorageContainerName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="Storage container name where backup will be taken to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageContainerName", Update=true)>]
member this.StorageContainerName : string with get, set
Public Property StorageContainerName As String

Property Value

Attributes

Applies to