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
CheckStorageSyncNameAvailability(SubscriptionResource, String, StorageSyncNameAvailabilityContent, CancellationToken) |
Check the give namespace name availability.
|
CheckStorageSyncNameAvailabilityAsync(SubscriptionResource, String, StorageSyncNameAvailabilityContent, CancellationToken) |
Check the give namespace name availability.
|
GetCloudEndpointResource(ArmClient, ResourceIdentifier) |
Gets an object representing a CloudEndpointResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a CloudEndpointResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetCloudEndpointResource(ResourceIdentifier) instead. |
GetStorageSyncGroupResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageSyncGroupResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a StorageSyncGroupResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStorageSyncGroupResource(ResourceIdentifier) instead. |
GetStorageSyncPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageSyncPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a StorageSyncPrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStorageSyncPrivateEndpointConnectionResource(ResourceIdentifier) instead. |
GetStorageSyncRegisteredServerResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageSyncRegisteredServerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, Guid) to create a StorageSyncRegisteredServerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStorageSyncRegisteredServerResource(ResourceIdentifier) instead. |
GetStorageSyncServerEndpointResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageSyncServerEndpointResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String) to create a StorageSyncServerEndpointResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStorageSyncServerEndpointResource(ResourceIdentifier) instead. |
GetStorageSyncService(ResourceGroupResource, String, CancellationToken) |
Get a given StorageSyncService.
|
GetStorageSyncServiceAsync(ResourceGroupResource, String, CancellationToken) |
Get a given StorageSyncService.
|
GetStorageSyncServiceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageSyncServiceResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a StorageSyncServiceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStorageSyncServiceResource(ResourceIdentifier) instead. |
GetStorageSyncServices(ResourceGroupResource) |
Gets a collection of StorageSyncServiceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetStorageSyncServices() instead. |
GetStorageSyncServices(SubscriptionResource, CancellationToken) |
Get a StorageSyncService list by subscription.
|
GetStorageSyncServicesAsync(SubscriptionResource, CancellationToken) |
Get a StorageSyncService list by subscription.
|
GetStorageSyncWorkflowResource(ArmClient, ResourceIdentifier) |
Gets an object representing a StorageSyncWorkflowResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a StorageSyncWorkflowResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetStorageSyncWorkflowResource(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET