StorageSyncExtensions.CheckStorageSyncNameAvailabilityAsync 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.
Check the give namespace name availability. <item> Mocking. To mock this method, please mock CheckStorageSyncNameAvailabilityAsync(String, StorageSyncNameAvailabilityContent, CancellationToken) instead. </item>
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageSync.Models.StorageSyncNameAvailabilityResult>> CheckStorageSyncNameAvailabilityAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string locationName, Azure.ResourceManager.StorageSync.Models.StorageSyncNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);
static member CheckStorageSyncNameAvailabilityAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * Azure.ResourceManager.StorageSync.Models.StorageSyncNameAvailabilityContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.StorageSync.Models.StorageSyncNameAvailabilityResult>>
<Extension()>
Public Function CheckStorageSyncNameAvailabilityAsync (subscriptionResource As SubscriptionResource, locationName As String, content As StorageSyncNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StorageSyncNameAvailabilityResult))
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource the method will execute against.
- locationName
- String
The desired region for the name check.
The request body.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
locationName is an empty string, and was expected to be non-empty.
subscriptionResource is null.