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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET