Freigeben über


NetAppExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.NetApp.

public static class NetAppExtensions
type NetAppExtensions = class
Public Module NetAppExtensions
Inheritance
NetAppExtensions

Methods

Name Description
CheckNetAppFilePathAvailability(SubscriptionResource, AzureLocation, NetAppFilePathAvailabilityContent, CancellationToken)

Check if a file path is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability
  • Operation Id: NetAppResource_CheckFilePathAvailability
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock CheckNetAppFilePathAvailability(AzureLocation, NetAppFilePathAvailabilityContent, CancellationToken) instead.</item>
CheckNetAppFilePathAvailabilityAsync(SubscriptionResource, AzureLocation, NetAppFilePathAvailabilityContent, CancellationToken)

Check if a file path is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkFilePathAvailability
  • Operation Id: NetAppResource_CheckFilePathAvailability
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock CheckNetAppFilePathAvailability(AzureLocation, NetAppFilePathAvailabilityContent, CancellationToken) instead.</item>
CheckNetAppNameAvailability(SubscriptionResource, AzureLocation, NetAppNameAvailabilityContent, CancellationToken)

Check if a resource name is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability
  • Operation Id: NetAppResource_CheckNameAvailability
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock CheckNetAppNameAvailability(AzureLocation, NetAppNameAvailabilityContent, CancellationToken) instead.</item>
CheckNetAppNameAvailabilityAsync(SubscriptionResource, AzureLocation, NetAppNameAvailabilityContent, CancellationToken)

Check if a resource name is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkNameAvailability
  • Operation Id: NetAppResource_CheckNameAvailability
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock CheckNetAppNameAvailability(AzureLocation, NetAppNameAvailabilityContent, CancellationToken) instead.</item>
CheckNetAppQuotaAvailability(SubscriptionResource, AzureLocation, NetAppQuotaAvailabilityContent, CancellationToken)

Check if a quota is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability
  • Operation Id: NetAppResource_CheckQuotaAvailability
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock CheckNetAppQuotaAvailability(AzureLocation, NetAppQuotaAvailabilityContent, CancellationToken) instead.</item>
CheckNetAppQuotaAvailabilityAsync(SubscriptionResource, AzureLocation, NetAppQuotaAvailabilityContent, CancellationToken)

Check if a quota is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/checkQuotaAvailability
  • Operation Id: NetAppResource_CheckQuotaAvailability
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock CheckNetAppQuotaAvailability(AzureLocation, NetAppQuotaAvailabilityContent, CancellationToken) instead.</item>
GetActiveDirectoryConfig(ResourceGroupResource, String, CancellationToken)

Get the details of the specified active directory configuration

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/activeDirectoryConfigs/{activeDirectoryConfigName}
  • Operation Id: ActiveDirectoryConfigs_Get
  • Default Api Version: 2025-09-01-preview
  • Resource: ActiveDirectoryConfigResource
<item>MockingTo mock this method, please mock GetActiveDirectoryConfig(String, CancellationToken) instead.</item>
GetActiveDirectoryConfigAsync(ResourceGroupResource, String, CancellationToken)

Get the details of the specified active directory configuration

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/activeDirectoryConfigs/{activeDirectoryConfigName}
  • Operation Id: ActiveDirectoryConfigs_Get
  • Default Api Version: 2025-09-01-preview
  • Resource: ActiveDirectoryConfigResource
<item>MockingTo mock this method, please mock GetActiveDirectoryConfigAsync(String, CancellationToken) instead.</item>
GetActiveDirectoryConfigResource(ArmClient, ResourceIdentifier)

Gets an object representing an ActiveDirectoryConfigResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an ActiveDirectoryConfigResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetActiveDirectoryConfigResource(ResourceIdentifier) instead.</item>

GetActiveDirectoryConfigs(ResourceGroupResource)

Gets a collection of ActiveDirectoryConfigResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetActiveDirectoryConfigs() instead.</item>

GetActiveDirectoryConfigs(SubscriptionResource, CancellationToken)

List all active directory configurations within the subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/activeDirectoryConfigs
  • Operation Id: ActiveDirectoryConfigs_ListBySubscription
  • Default Api Version: 2025-09-01-preview
  • Resource: ActiveDirectoryConfigResource
<item>MockingTo mock this method, please mock GetActiveDirectoryConfigs(CancellationToken) instead.</item>
GetActiveDirectoryConfigsAsync(SubscriptionResource, CancellationToken)

List all active directory configurations within the subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/activeDirectoryConfigs
  • Operation Id: ActiveDirectoryConfigs_ListBySubscription
  • Default Api Version: 2025-09-01-preview
  • Resource: ActiveDirectoryConfigResource
<item>MockingTo mock this method, please mock GetActiveDirectoryConfigs(CancellationToken) instead.</item>
GetCapacityPoolResource(ArmClient, ResourceIdentifier)

Gets an object representing a CapacityPoolResource 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 CapacityPoolResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetCapacityPoolResource(ResourceIdentifier) instead.</item>

GetElasticAccount(ResourceGroupResource, String, CancellationToken)

Get the NetApp Elastic Account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/elasticAccounts/{accountName}
  • Operation Id: ElasticAccounts_Get
  • Default Api Version: 2025-09-01-preview
  • Resource: ElasticAccountResource
<item>MockingTo mock this method, please mock GetElasticAccount(String, CancellationToken) instead.</item>
GetElasticAccountAsync(ResourceGroupResource, String, CancellationToken)

Get the NetApp Elastic Account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/elasticAccounts/{accountName}
  • Operation Id: ElasticAccounts_Get
  • Default Api Version: 2025-09-01-preview
  • Resource: ElasticAccountResource
<item>MockingTo mock this method, please mock GetElasticAccountAsync(String, CancellationToken) instead.</item>
GetElasticAccountResource(ArmClient, ResourceIdentifier)

Gets an object representing an ElasticAccountResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an ElasticAccountResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetElasticAccountResource(ResourceIdentifier) instead.</item>

GetElasticAccounts(ResourceGroupResource)

Gets a collection of ElasticAccountResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetElasticAccounts() instead.</item>

GetElasticAccounts(SubscriptionResource, CancellationToken)

List and describe all NetApp elastic accounts in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/elasticAccounts
  • Operation Id: ElasticAccounts_ListBySubscription
  • Default Api Version: 2025-09-01-preview
  • Resource: ElasticAccountResource
<item>MockingTo mock this method, please mock GetElasticAccounts(CancellationToken) instead.</item>
GetElasticAccountsAsync(SubscriptionResource, CancellationToken)

List and describe all NetApp elastic accounts in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/elasticAccounts
  • Operation Id: ElasticAccounts_ListBySubscription
  • Default Api Version: 2025-09-01-preview
  • Resource: ElasticAccountResource
<item>MockingTo mock this method, please mock GetElasticAccounts(CancellationToken) instead.</item>
GetElasticBackupPolicyResource(ArmClient, ResourceIdentifier)

Gets an object representing an ElasticBackupPolicyResource 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 an ElasticBackupPolicyResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetElasticBackupPolicyResource(ResourceIdentifier) instead.</item>

GetElasticBackupResource(ArmClient, ResourceIdentifier)

Gets an object representing an ElasticBackupResource 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 an ElasticBackupResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetElasticBackupResource(ResourceIdentifier) instead.</item>

GetElasticBackupVaultResource(ArmClient, ResourceIdentifier)

Gets an object representing an ElasticBackupVaultResource 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 an ElasticBackupVaultResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetElasticBackupVaultResource(ResourceIdentifier) instead.</item>

GetElasticCapacityPoolResource(ArmClient, ResourceIdentifier)

Gets an object representing an ElasticCapacityPoolResource 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 an ElasticCapacityPoolResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetElasticCapacityPoolResource(ResourceIdentifier) instead.</item>

GetElasticSnapshotPolicyResource(ArmClient, ResourceIdentifier)

Gets an object representing an ElasticSnapshotPolicyResource 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 an ElasticSnapshotPolicyResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetElasticSnapshotPolicyResource(ResourceIdentifier) instead.</item>

GetElasticSnapshotResource(ArmClient, ResourceIdentifier)

Gets an object representing an ElasticSnapshotResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create an ElasticSnapshotResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetElasticSnapshotResource(ResourceIdentifier) instead.</item>

GetElasticVolumeResource(ArmClient, ResourceIdentifier)

Gets an object representing an ElasticVolumeResource 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 an ElasticVolumeResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetElasticVolumeResource(ResourceIdentifier) instead.</item>

GetNetAppAccount(ResourceGroupResource, String, CancellationToken)

Get the NetApp account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}
  • Operation Id: Accounts_Get
  • Default Api Version: 2025-09-01-preview
  • Resource: Azure.ResourceManager.NetApp.NetAppAccountResource
<item>MockingTo mock this method, please mock GetNetAppAccount(String, CancellationToken) instead.</item>
GetNetAppAccountAsync(ResourceGroupResource, String, CancellationToken)

Get the NetApp account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}
  • Operation Id: Accounts_Get
  • Default Api Version: 2025-09-01-preview
  • Resource: Azure.ResourceManager.NetApp.NetAppAccountResource
<item>MockingTo mock this method, please mock GetNetAppAccountAsync(String, CancellationToken) instead.</item>
GetNetAppAccountResource(ArmClient, ResourceIdentifier)

Gets an object representing a Azure.ResourceManager.NetApp.NetAppAccountResource along with the instance operations that can be performed on it but with no data. You can use Azure.ResourceManager.NetApp.NetAppAccountResource.CreateResourceIdentifier(System.String,System.String,System.String) to create a Azure.ResourceManager.NetApp.NetAppAccountResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNetAppAccountResource(ResourceIdentifier) instead.</item>

GetNetAppAccounts(ResourceGroupResource)

Gets a collection of NetAppAccountResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetNetAppAccounts() instead.</item>

GetNetAppAccounts(SubscriptionResource, CancellationToken)

List and describe all NetApp accounts in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts
  • Operation Id: Accounts_ListBySubscription
  • Default Api Version: 2025-09-01-preview
  • Resource: Azure.ResourceManager.NetApp.NetAppAccountResource
<item>MockingTo mock this method, please mock GetNetAppAccounts(CancellationToken) instead.</item>
GetNetAppAccountsAsync(SubscriptionResource, CancellationToken)

List and describe all NetApp accounts in the subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/netAppAccounts
  • Operation Id: Accounts_ListBySubscription
  • Default Api Version: 2025-09-01-preview
  • Resource: Azure.ResourceManager.NetApp.NetAppAccountResource
<item>MockingTo mock this method, please mock GetNetAppAccounts(CancellationToken) instead.</item>
GetNetAppBackupPolicyResource(ArmClient, ResourceIdentifier)

Gets an object representing a NetAppBackupPolicyResource 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 NetAppBackupPolicyResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNetAppBackupPolicyResource(ResourceIdentifier) instead.</item>

GetNetAppBackupVaultBackupResource(ArmClient, ResourceIdentifier)

Gets an object representing a NetAppBackupVaultBackupResource 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 NetAppBackupVaultBackupResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNetAppBackupVaultBackupResource(ResourceIdentifier) instead.</item>

GetNetAppBackupVaultResource(ArmClient, ResourceIdentifier)

Gets an object representing a NetAppBackupVaultResource 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 NetAppBackupVaultResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNetAppBackupVaultResource(ResourceIdentifier) instead.</item>

GetNetAppBucketResource(ArmClient, ResourceIdentifier)

Gets an object representing a NetAppBucketResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a NetAppBucketResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNetAppBucketResource(ResourceIdentifier) instead.</item>

GetNetAppCacheResource(ArmClient, ResourceIdentifier)

Gets an object representing a NetAppCacheResource 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 NetAppCacheResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNetAppCacheResource(ResourceIdentifier) instead.</item>

GetNetAppQuotaLimit(SubscriptionResource, AzureLocation, String, CancellationToken)

Get the default and current quota limit

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}
  • Operation Id: NetAppResourceQuotaLimits_Get
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock GetNetAppQuotaLimit(AzureLocation, String, CancellationToken) instead.</item>
GetNetAppQuotaLimitAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Get the default and current quota limit

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits/{quotaLimitName}
  • Operation Id: NetAppResourceQuotaLimits_Get
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock GetNetAppQuotaLimit(AzureLocation, String, CancellationToken) instead.</item>
GetNetAppQuotaLimits(SubscriptionResource, AzureLocation, CancellationToken)

Get the default and current limits for quotas

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits
  • Operation Id: NetAppResourceQuotaLimits_List
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock GetNetAppQuotaLimits(AzureLocation, CancellationToken) instead.</item>
GetNetAppQuotaLimitsAsync(SubscriptionResource, AzureLocation, CancellationToken)

Get the default and current limits for quotas

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/quotaLimits
  • Operation Id: NetAppResourceQuotaLimits_List
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock GetNetAppQuotaLimits(AzureLocation, CancellationToken) instead.</item>
GetNetAppResourceUsage(SubscriptionResource, AzureLocation, String, CancellationToken)

Get current subscription usage of the specific type

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/usages/{usageType}
  • Operation Id: NetAppResourceUsages_Get
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock GetNetAppResourceUsage(AzureLocation, String, CancellationToken) instead.</item>
GetNetAppResourceUsageAsync(SubscriptionResource, AzureLocation, String, CancellationToken)

Get current subscription usage of the specific type

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/usages/{usageType}
  • Operation Id: NetAppResourceUsages_Get
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock GetNetAppResourceUsage(AzureLocation, String, CancellationToken) instead.</item>
GetNetAppResourceUsages(SubscriptionResource, AzureLocation, CancellationToken)

Get current subscription usages

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/usages
  • Operation Id: NetAppResourceUsages_List
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock GetNetAppResourceUsages(AzureLocation, CancellationToken) instead.</item>
GetNetAppResourceUsagesAsync(SubscriptionResource, AzureLocation, CancellationToken)

Get current subscription usages

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/usages
  • Operation Id: NetAppResourceUsages_List
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock GetNetAppResourceUsages(AzureLocation, CancellationToken) instead.</item>
GetNetAppSubvolumeInfoResource(ArmClient, ResourceIdentifier)

Gets an object representing a NetAppSubvolumeInfoResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a NetAppSubvolumeInfoResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNetAppSubvolumeInfoResource(ResourceIdentifier) instead.</item>

GetNetAppVolumeGroupResource(ArmClient, ResourceIdentifier)

Gets an object representing a NetAppVolumeGroupResource 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 NetAppVolumeGroupResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNetAppVolumeGroupResource(ResourceIdentifier) instead.</item>

GetNetAppVolumeQuotaRuleResource(ArmClient, ResourceIdentifier)

Gets an object representing a NetAppVolumeQuotaRuleResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a NetAppVolumeQuotaRuleResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNetAppVolumeQuotaRuleResource(ResourceIdentifier) instead.</item>

GetNetAppVolumeResource(ArmClient, ResourceIdentifier)

Gets an object representing a NetAppVolumeResource 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 NetAppVolumeResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNetAppVolumeResource(ResourceIdentifier) instead.</item>

GetNetAppVolumeSnapshotResource(ArmClient, ResourceIdentifier)

Gets an object representing a NetAppVolumeSnapshotResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a NetAppVolumeSnapshotResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetNetAppVolumeSnapshotResource(ResourceIdentifier) instead.</item>

GetRansomwareReportResource(ArmClient, ResourceIdentifier)

Gets an object representing a RansomwareReportResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a RansomwareReportResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetRansomwareReportResource(ResourceIdentifier) instead.</item>

GetRegionInfoResource(ArmClient, ResourceIdentifier)

Gets an object representing a RegionInfoResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, AzureLocation) to create a RegionInfoResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetRegionInfoResource(ResourceIdentifier) instead.</item>

GetRegionInfoResource(SubscriptionResource, AzureLocation, CancellationToken)

Provides storage to network proximity and logical zone mapping information.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/regionInfos/default
  • Operation Id: NetAppResourceRegionInfos_Get
  • Default Api Version: 2025-09-01-preview
  • Resource: RegionInfoResource
<item>MockingTo mock this method, please mock GetRegionInfoResource(AzureLocation, CancellationToken) instead.</item>
GetRegionInfoResourceAsync(SubscriptionResource, AzureLocation, CancellationToken)

Provides storage to network proximity and logical zone mapping information.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/regionInfos/default
  • Operation Id: NetAppResourceRegionInfos_Get
  • Default Api Version: 2025-09-01-preview
  • Resource: RegionInfoResource
<item>MockingTo mock this method, please mock GetRegionInfoResourceAsync(AzureLocation, CancellationToken) instead.</item>
GetRegionInfoResources(SubscriptionResource, AzureLocation)

Gets a collection of RegionInfoResources in the SubscriptionResource. <item>MockingTo mock this method, please mock GetRegionInfoResources(AzureLocation) instead.</item>

GetSnapshotPolicyResource(ArmClient, ResourceIdentifier)

Gets an object representing a SnapshotPolicyResource 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 SnapshotPolicyResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetSnapshotPolicyResource(ResourceIdentifier) instead.</item>

QueryNetworkSiblingSetNetAppResource(SubscriptionResource, AzureLocation, QueryNetworkSiblingSetContent, CancellationToken)

Get details of the specified network sibling set.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/queryNetworkSiblingSet
  • Operation Id: NetAppResource_QueryNetworkSiblingSet
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock QueryNetworkSiblingSetNetAppResource(AzureLocation, QueryNetworkSiblingSetContent, CancellationToken) instead.</item>
QueryNetworkSiblingSetNetAppResourceAsync(SubscriptionResource, AzureLocation, QueryNetworkSiblingSetContent, CancellationToken)

Get details of the specified network sibling set.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/queryNetworkSiblingSet
  • Operation Id: NetAppResource_QueryNetworkSiblingSet
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock QueryNetworkSiblingSetNetAppResource(AzureLocation, QueryNetworkSiblingSetContent, CancellationToken) instead.</item>
QueryRegionInfoNetAppResource(SubscriptionResource, AzureLocation, CancellationToken)

Provides storage to network proximity and logical zone mapping information.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/regionInfo
  • Operation Id: NetAppResource_QueryRegionInfo
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock QueryRegionInfoNetAppResource(AzureLocation, CancellationToken) instead.</item>
QueryRegionInfoNetAppResourceAsync(SubscriptionResource, AzureLocation, CancellationToken)

Provides storage to network proximity and logical zone mapping information.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/regionInfo
  • Operation Id: NetAppResource_QueryRegionInfo
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock QueryRegionInfoNetAppResource(AzureLocation, CancellationToken) instead.</item>
UpdateNetworkSiblingSetNetAppResource(SubscriptionResource, WaitUntil, AzureLocation, UpdateNetworkSiblingSetContent, CancellationToken)

Update the network features of the specified network sibling set.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/updateNetworkSiblingSet
  • Operation Id: NetAppResource_UpdateNetworkSiblingSet
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock UpdateNetworkSiblingSetNetAppResource(WaitUntil, AzureLocation, UpdateNetworkSiblingSetContent, CancellationToken) instead.</item>
UpdateNetworkSiblingSetNetAppResourceAsync(SubscriptionResource, WaitUntil, AzureLocation, UpdateNetworkSiblingSetContent, CancellationToken)

Update the network features of the specified network sibling set.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.NetApp/locations/{location}/updateNetworkSiblingSet
  • Operation Id: NetAppResource_UpdateNetworkSiblingSet
  • Default Api Version: 2025-09-01-preview
<item>MockingTo mock this method, please mock UpdateNetworkSiblingSetNetAppResource(WaitUntil, AzureLocation, UpdateNetworkSiblingSetContent, CancellationToken) instead.</item>

Applies to