PSFileHandle Constructors
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
PSFileHandle(ShareFileHandle) | |
PSFileHandle(FileHandle) |
PSFileHandle(ShareFileHandle)
public PSFileHandle (Azure.Storage.Files.Shares.Models.ShareFileHandle handle);
new Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle : Azure.Storage.Files.Shares.Models.ShareFileHandle -> Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle
Public Sub New (handle As ShareFileHandle)
Parameters
- handle
- ShareFileHandle
Applies to
PSFileHandle(FileHandle)
public PSFileHandle (Microsoft.Azure.Storage.File.FileHandle handle);
new Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle : Microsoft.Azure.Storage.File.FileHandle -> Microsoft.WindowsAzure.Commands.Storage.Model.ResourceModel.PSFileHandle
Public Sub New (handle As FileHandle)
Parameters
- handle
- FileHandle