StorageCacheExtensions.CheckAmlFSSubnets Method

Definition

Check that subnets will be valid for AML file system create calls. <item> Mocking. To mock this method, please mock CheckAmlFSSubnets(AmlFileSystemSubnetContent, CancellationToken) instead. </item>

public static Azure.Response CheckAmlFSSubnets(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.StorageCache.Models.AmlFileSystemSubnetContent content = default, System.Threading.CancellationToken cancellationToken = default);
static member CheckAmlFSSubnets : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.StorageCache.Models.AmlFileSystemSubnetContent * System.Threading.CancellationToken -> Azure.Response
<Extension()>
Public Function CheckAmlFSSubnets (subscriptionResource As SubscriptionResource, Optional content As AmlFileSystemSubnetContent = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

content
AmlFileSystemSubnetContent

The request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource is null.

Applies to