BatchExtensions Class

Definition

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

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

Methods

Name Description
CheckBatchNameAvailability(SubscriptionResource, AzureLocation, BatchNameAvailabilityContent, CancellationToken)

Checks whether the Batch account name is available in the specified region. <item> Mocking. To mock this method, please mock CheckBatchNameAvailability(AzureLocation, BatchNameAvailabilityContent, CancellationToken) instead. </item>

CheckBatchNameAvailabilityAsync(SubscriptionResource, AzureLocation, BatchNameAvailabilityContent, CancellationToken)

Checks whether the Batch account name is available in the specified region. <item> Mocking. To mock this method, please mock CheckBatchNameAvailabilityAsync(AzureLocation, BatchNameAvailabilityContent, CancellationToken) instead. </item>

GetBatchAccount(ResourceGroupResource, String, CancellationToken)

Gets information about the specified Batch account. <item> Mocking. To mock this method, please mock GetBatchAccount(String, CancellationToken) instead. </item>

GetBatchAccountAsync(ResourceGroupResource, String, CancellationToken)

Gets information about the specified Batch account. <item> Mocking. To mock this method, please mock GetBatchAccountAsync(String, CancellationToken) instead. </item>

GetBatchAccountDetectorResource(ArmClient, ResourceIdentifier)

Gets an object representing a BatchAccountDetectorResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetBatchAccountDetectorResource(ResourceIdentifier) instead. </item>

GetBatchAccountPoolResource(ArmClient, ResourceIdentifier)

Gets an object representing a BatchAccountPoolResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetBatchAccountPoolResource(ResourceIdentifier) instead. </item>

GetBatchAccountResource(ArmClient, ResourceIdentifier)

Gets an object representing a BatchAccountResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetBatchAccountResource(ResourceIdentifier) instead. </item>

GetBatchAccounts(ResourceGroupResource)

Gets a collection of BatchAccounts in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetBatchAccounts() instead. </item>

GetBatchAccounts(SubscriptionResource, CancellationToken)

Gets information about the Batch accounts associated with the subscription. <item> Mocking. To mock this method, please mock GetBatchAccounts(CancellationToken) instead. </item>

GetBatchAccountsAsync(SubscriptionResource, CancellationToken)

Gets information about the Batch accounts associated with the subscription. <item> Mocking. To mock this method, please mock GetBatchAccountsAsync(CancellationToken) instead. </item>

GetBatchApplicationPackageResource(ArmClient, ResourceIdentifier)

Gets an object representing a BatchApplicationPackageResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetBatchApplicationPackageResource(ResourceIdentifier) instead. </item>

GetBatchApplicationResource(ArmClient, ResourceIdentifier)

Gets an object representing a BatchApplicationResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetBatchApplicationResource(ResourceIdentifier) instead. </item>

GetBatchPrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a BatchPrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetBatchPrivateEndpointConnectionResource(ResourceIdentifier) instead. </item>

GetBatchPrivateLinkResource(ArmClient, ResourceIdentifier)

Gets an object representing a BatchPrivateLinkResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetBatchPrivateLinkResource(ResourceIdentifier) instead. </item>

GetBatchQuotas(SubscriptionResource, AzureLocation, CancellationToken)

Gets the Batch service quotas for the specified subscription at the given location. <item> Mocking. To mock this method, please mock GetBatchQuotas(AzureLocation, CancellationToken) instead. </item>

GetBatchQuotasAsync(SubscriptionResource, AzureLocation, CancellationToken)

Gets the Batch service quotas for the specified subscription at the given location. <item> Mocking. To mock this method, please mock GetBatchQuotasAsync(AzureLocation, CancellationToken) instead. </item>

GetBatchSupportedCloudServiceSkus(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken)

Gets the list of Batch supported Cloud Service VM sizes available at the given location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/cloudServiceSkus
  • Operation Id: Location_ListSupportedCloudServiceSkus
  • Default Api Version: 2024-02-01
<item>MockingTo mock this method, please mock GetBatchSupportedCloudServiceSkus(AzureLocation, Nullable<Int32>, String, CancellationToken) instead.</item>
GetBatchSupportedCloudServiceSkusAsync(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken)

Gets the list of Batch supported Cloud Service VM sizes available at the given location.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Batch/locations/{locationName}/cloudServiceSkus
  • Operation Id: Location_ListSupportedCloudServiceSkus
  • Default Api Version: 2024-02-01
<item>MockingTo mock this method, please mock GetBatchSupportedCloudServiceSkus(AzureLocation, Nullable<Int32>, String, CancellationToken) instead.</item>
GetBatchSupportedVirtualMachineSkus(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken)

Gets the list of Batch supported Virtual Machine VM sizes available at the given location. <item> Mocking. To mock this method, please mock GetBatchSupportedVirtualMachineSkus(AzureLocation, Nullable<Int32>, String, CancellationToken) instead. </item>

GetBatchSupportedVirtualMachineSkusAsync(SubscriptionResource, AzureLocation, Nullable<Int32>, String, CancellationToken)

Gets the list of Batch supported Virtual Machine VM sizes available at the given location. <item> Mocking. To mock this method, please mock GetBatchSupportedVirtualMachineSkusAsync(AzureLocation, Nullable<Int32>, String, CancellationToken) instead. </item>

GetNetworkSecurityPerimeterConfigurationResource(ArmClient, ResourceIdentifier)

Gets an object representing a NetworkSecurityPerimeterConfigurationResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetNetworkSecurityPerimeterConfigurationResource(ResourceIdentifier) instead. </item>

Applies to