IPolicyParameters.DataStoreParametersList Property

Definition

Gets or sets the DataStore Parameters

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

Property Value

Attributes

Applies to