IMasterTargetServer.DataStore 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.
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