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