你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureStorageBlob.ICloudBlob 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.
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