你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureStorageFileShare Class
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.
Azure storage file object
public class AzureStorageFileShare : Microsoft.WindowsAzure.Commands.Common.Storage.ResourceModel.AzureStorageBase
type AzureStorageFileShare = class
inherit AzureStorageBase
Public Class AzureStorageFileShare
Inherits AzureStorageBase
- Inheritance
Constructors
AzureStorageFileShare(CloudFileShare, AzureStorageContext) |
Azure storage file constructor |
AzureStorageFileShare(ShareClient, AzureStorageContext, ShareItem, ShareClientOptions) |
Azure storage file share constructor from Track2 list share output |
AzureStorageFileShare(ShareClient, AzureStorageContext, ShareProperties, ShareClientOptions) |
Azure storage file share constructor from Track2 get file properties output |
AzureStorageFileShare(ShareServiceClient, String, AzureStorageContext, ShareItem, ShareClientOptions) |
Azure storage file share constructor from Track2 list share output, with deleted share |
Properties
CloudFileShare |
CloudBlob object |
Context | (Inherited from AzureStorageBase) |
IsDeleted |
Gets a value indicating whether this share is deleted. |
IsSnapshot |
Gets a value indicating whether this share is a snapshot. |
LastModified |
file share last modified time |
ListShareProperties |
XSCL Track2 File share List properties |
Name | (Inherited from AzureStorageBase) |
Quota |
File share Quota |
ShareClient |
XSCL Track2 File Share Client, used to run file APIs |
ShareProperties |
XSCL Track2 File Share properties, will retrieve the properties on server and return to user |
SnapshotTime |
The Snapshot time of the share |
VersionId |
Delete Share version ID |
Methods
GetTrack1FileShareClient(ShareClient, StorageCredentials) | |
GetTrack2FileShareClient(CloudFileShare, AzureStorageContext, ShareClientOptions) | |
UndeleteShare() |