CloudFileClient.GetShareReference Method
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.
Overloads
GetShareReference(String) | |
GetShareReference(String, Nullable<DateTimeOffset>) |
GetShareReference(String)
public virtual Microsoft.WindowsAzure.Storage.File.CloudFileShare GetShareReference (string shareName);
abstract member GetShareReference : string -> Microsoft.WindowsAzure.Storage.File.CloudFileShare
override this.GetShareReference : string -> Microsoft.WindowsAzure.Storage.File.CloudFileShare
Public Overridable Function GetShareReference (shareName As String) As CloudFileShare
Parameters
- shareName
- String
Returns
Applies to
GetShareReference(String, Nullable<DateTimeOffset>)
public Microsoft.WindowsAzure.Storage.File.CloudFileShare GetShareReference (string shareName, DateTimeOffset? snapshotTime);
member this.GetShareReference : string * Nullable<DateTimeOffset> -> Microsoft.WindowsAzure.Storage.File.CloudFileShare
Public Function GetShareReference (shareName As String, snapshotTime As Nullable(Of DateTimeOffset)) As CloudFileShare
Parameters
- shareName
- String
- snapshotTime
- Nullable<DateTimeOffset>
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET