StorageSyncExtensions 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.
A class to add extension methods to Azure.ResourceManager.StorageSync.
public static class StorageSyncExtensions
type StorageSyncExtensions = class
Public Module StorageSyncExtensions
- Inheritance
-
StorageSyncExtensions
Methods
| Name | Description |
|---|---|
| CheckStorageSyncNameAvailability(SubscriptionResource, String, StorageSyncNameAvailabilityContent, CancellationToken) |
Check the give namespace name availability. <item> Mocking. To mock this method, please mock CheckStorageSyncNameAvailability(String, StorageSyncNameAvailabilityContent, CancellationToken) instead. </item> |
| CheckStorageSyncNameAvailabilityAsync(SubscriptionResource, String, StorageSyncNameAvailabilityContent, CancellationToken) |
Check the give namespace name availability. <item> Mocking. To mock this method, please mock CheckStorageSyncNameAvailabilityAsync(String, StorageSyncNameAvailabilityContent, CancellationToken) instead. </item> |
| GetCloudEndpointResource(ArmClient, ResourceIdentifier) |
Gets an object representing a CloudEndpointResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetCloudEndpointResource(ResourceIdentifier) instead. </item> |
| GetStorageSyncGroupResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageSyncGroupResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetStorageSyncGroupResource(ResourceIdentifier) instead. </item> |
| GetStorageSyncPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageSyncPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetStorageSyncPrivateEndpointConnectionResource(ResourceIdentifier) instead. </item> |
| GetStorageSyncRegisteredServerResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageSyncRegisteredServerResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetStorageSyncRegisteredServerResource(ResourceIdentifier) instead. </item> |
| GetStorageSyncServerEndpointResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageSyncServerEndpointResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetStorageSyncServerEndpointResource(ResourceIdentifier) instead. </item> |
| GetStorageSyncService(ResourceGroupResource, String, CancellationToken) |
Get a given StorageSyncService. <item> Mocking. To mock this method, please mock GetStorageSyncService(String, CancellationToken) instead. </item> |
| GetStorageSyncServiceAsync(ResourceGroupResource, String, CancellationToken) |
Get a given StorageSyncService. <item> Mocking. To mock this method, please mock GetStorageSyncServiceAsync(String, CancellationToken) instead. </item> |
| GetStorageSyncServiceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageSyncServiceResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetStorageSyncServiceResource(ResourceIdentifier) instead. </item> |
| GetStorageSyncServices(ResourceGroupResource) |
Gets a collection of StorageSyncServices in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetStorageSyncServices() instead. </item> |
| GetStorageSyncServices(SubscriptionResource, CancellationToken) |
Get a StorageSyncService list by subscription. <item> Mocking. To mock this method, please mock GetStorageSyncServices(CancellationToken) instead. </item> |
| GetStorageSyncServicesAsync(SubscriptionResource, CancellationToken) |
Get a StorageSyncService list by subscription. <item> Mocking. To mock this method, please mock GetStorageSyncServicesAsync(CancellationToken) instead. </item> |
| GetStorageSyncWorkflowResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageSyncWorkflowResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetStorageSyncWorkflowResource(ResourceIdentifier) instead. </item> |