Share via


IMasterTargetServer.DataStore Property

Definition

The list of data stores in the fabric.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of data stores in the fabric.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IDataStore) }, ReadOnly=false, Required=false, SerializedName="dataStores")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IDataStore[] DataStore { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The list of data stores in the fabric.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IDataStore) }, ReadOnly=false, Required=false, SerializedName="dataStores")>]
member this.DataStore : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IDataStore[] with get, set
Public Property DataStore As IDataStore()

Property Value

Attributes

Applies to