AzureStorageBlob.ICloudBlob Property

Definition

CloudBlob object

[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(GroupByThis=true, Label="Container Uri", ScriptBlock="$_.ICloudBlob.Container.Uri", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Name", Position=0, ScriptBlock="$_.Name", TableColumnWidth=20, Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="AccessTier", Position=5, ScriptBlock="$_.ICloudBlob.Properties.StandardBlobTier", TableColumnWidth=10, Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
public Microsoft.Azure.Storage.Blob.CloudBlob ICloudBlob { get; }
public Microsoft.WindowsAzure.Storage.Blob.CloudBlob ICloudBlob { get; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(GroupByThis=true, Label="Container Uri", ScriptBlock="$_.ICloudBlob.Container.Uri", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Name", Position=0, ScriptBlock="$_.Name", TableColumnWidth=20, Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="AccessTier", Position=5, ScriptBlock="$_.ICloudBlob.Properties.StandardBlobTier", TableColumnWidth=10, Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
member this.ICloudBlob : Microsoft.Azure.Storage.Blob.CloudBlob
member this.ICloudBlob : Microsoft.WindowsAzure.Storage.Blob.CloudBlob
Public ReadOnly Property ICloudBlob As CloudBlob

Property Value

Attributes

Applies to