IApplianceMonitoringDetails.DatastoreSnapshot 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 appliance datastore snapshot details.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The appliance datastore snapshot details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IDataStoreUtilizationDetails) }, ReadOnly=true, Required=false, SerializedName="datastoreSnapshot")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IDataStoreUtilizationDetails[] DatastoreSnapshot { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The appliance datastore snapshot details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IDataStoreUtilizationDetails) }, ReadOnly=true, Required=false, SerializedName="datastoreSnapshot")>]
member this.DatastoreSnapshot : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IDataStoreUtilizationDetails[]
Public ReadOnly Property DatastoreSnapshot As IDataStoreUtilizationDetails()
Property Value
- Attributes