SpecializedShareExtensions 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.
Add easy to discover methods to ShareFileClient for creating ShareClient instances.
public static class SpecializedShareExtensions
type SpecializedShareExtensions = class
Public Module SpecializedShareExtensions
- Inheritance
-
SpecializedShareExtensions
Methods
GetParentDirectoryClient(ShareDirectoryClient) |
Create a new ShareDirectoryClient that pointing to this ShareDirectoryClient's parent container. The new ShareDirectoryClient uses the same request policy pipeline as the ShareDirectoryClient. |
GetParentServiceClient(ShareClient) |
Create a new ShareServiceClient that pointing to this ShareClient's parent container. The new ShareServiceClient uses the same request policy pipeline as the ShareClient. |
GetParentShareClient(ShareDirectoryClient) |
Create a new ShareClient that pointing to this ShareDirectoryClient's parent container. The new ShareClient uses the same request policy pipeline as the ShareDirectoryClient. |
GetParentShareClient(ShareFileClient) |
Create a new ShareClient that pointing to this ShareFileClient's parent container. The new ShareClient uses the same request policy pipeline as the ShareFileClient. |
GetParentShareDirectoryClient(ShareFileClient) |
Create a new ShareDirectoryClient that pointing to this ShareFileClient's parent container. The new ShareDirectoryClient uses the same request policy pipeline as the ShareFileClient. |
Applies to
Azure SDK for .NET