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

AzureStorageFile.CloudFile Property

Definition

File object

[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(GroupByThis=true, Label="Share Uri", ScriptBlock="$_.CloudFile.Share.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)]
public Microsoft.Azure.Storage.File.CloudFile CloudFile { get; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(GroupByThis=true, Label="Share Uri", ScriptBlock="$_.CloudFile.Share.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)>]
member this.CloudFile : Microsoft.Azure.Storage.File.CloudFile
Public ReadOnly Property CloudFile As CloudFile

Property Value

Attributes

Applies to