IPolicyParameters.BackupDatasourceParametersList Property

Definition

Gets or sets the Backup Data Source Parameters

[Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Gets or sets the Backup Data Source Parameters", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IBackupDatasourceParameters) }, Read=true, ReadOnly=false, Required=false, SerializedName="backupDatasourceParametersList", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IBackupDatasourceParameters> BackupDatasourceParametersList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.Info(Create=true, Description="Gets or sets the Backup Data Source Parameters", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IBackupDatasourceParameters) }, Read=true, ReadOnly=false, Required=false, SerializedName="backupDatasourceParametersList", Update=true)>]
member this.BackupDatasourceParametersList : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.IBackupDatasourceParameters> with get, set
Public Property BackupDatasourceParametersList As List(Of IBackupDatasourceParameters)

Property Value

Attributes

Applies to