你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureStorageContainer.CloudBlobContainer 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.
CloudBlobContainer object
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(GroupByThis=true, Label="Blob End Point", ScriptBlock="$_.CloudBlobContainer.ServiceClient.BaseUri", 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)]
public Microsoft.Azure.Storage.Blob.CloudBlobContainer CloudBlobContainer { get; }
public Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer CloudBlobContainer { get; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(GroupByThis=true, Label="Blob End Point", ScriptBlock="$_.CloudBlobContainer.ServiceClient.BaseUri", 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)>]
member this.CloudBlobContainer : Microsoft.Azure.Storage.Blob.CloudBlobContainer
member this.CloudBlobContainer : Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer
Public ReadOnly Property CloudBlobContainer As CloudBlobContainer
Property Value
- Attributes