Share via


PSBlobRestoreStatus.Parameters Property

Definition

[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Parameters.TimeToRestore", Position=3, ScriptBlock="$_.Parameters.TimeToRestore", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Parameters.BlobRanges", Position=4, ScriptBlock="if ($s.Parameters.BlobRanges[0] -ne $null) {if ($s.Parameters.BlobRanges[1] -ne $null) {'[' + $s.Parameters.BlobRanges[0].StartRange + ' -> ' + $s.Parameters.BlobRanges[0].EndRange  + ',...]'} else {'[' + $s.Parameters.BlobRanges[0].StartRange + ' -> ' + $s.Parameters.BlobRanges[0].EndRange  + ']'}} else {$null}", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
public Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters Parameters { get; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Parameters.TimeToRestore", Position=3, ScriptBlock="$_.Parameters.TimeToRestore", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Parameters.BlobRanges", Position=4, ScriptBlock="if ($s.Parameters.BlobRanges[0] -ne $null) {if ($s.Parameters.BlobRanges[1] -ne $null) {'[' + $s.Parameters.BlobRanges[0].StartRange + ' -> ' + $s.Parameters.BlobRanges[0].EndRange  + ',...]'} else {'[' + $s.Parameters.BlobRanges[0].StartRange + ' -> ' + $s.Parameters.BlobRanges[0].EndRange  + ']'}} else {$null}", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
member this.Parameters : Microsoft.Azure.Commands.Management.Storage.Models.PSBlobRestoreParameters
Public ReadOnly Property Parameters As PSBlobRestoreParameters

Property Value

Attributes

Applies to