DataBoxExtensions 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.DataBox.
public static class DataBoxExtensions
type DataBoxExtensions = class
Public Module DataBoxExtensions
- Inheritance
-
DataBoxExtensions
Methods
GetAvailableSkus(ResourceGroupResource, AzureLocation, AvailableSkusContent, CancellationToken) |
This method provides the list of available skus for the given subscription, resource group and location.
|
GetAvailableSkusAsync(ResourceGroupResource, AzureLocation, AvailableSkusContent, CancellationToken) |
This method provides the list of available skus for the given subscription, resource group and location.
|
GetDataBoxJob(ResourceGroupResource, String, String, CancellationToken) |
Gets information about the specified job.
|
GetDataBoxJobAsync(ResourceGroupResource, String, String, CancellationToken) |
Gets information about the specified job.
|
GetDataBoxJobResource(ArmClient, ResourceIdentifier) |
Gets an object representing a DataBoxJobResource 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 DataBoxJobResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDataBoxJobResource(ResourceIdentifier) instead. |
GetDataBoxJobs(ResourceGroupResource) |
Gets a collection of DataBoxJobResources in the ResourceGroupResource. MockingTo mock this method, please mock GetDataBoxJobs() instead. |
GetDataBoxJobs(SubscriptionResource, String, CancellationToken) |
Lists all the jobs available under the subscription.
|
GetDataBoxJobsAsync(SubscriptionResource, String, CancellationToken) |
Lists all the jobs available under the subscription.
|
GetRegionConfiguration(ResourceGroupResource, AzureLocation, RegionConfigurationContent, CancellationToken) |
This API provides configuration details specific to given region/location at Resource group level.
|
GetRegionConfiguration(SubscriptionResource, AzureLocation, RegionConfigurationContent, CancellationToken) |
This API provides configuration details specific to given region/location at Subscription level.
|
GetRegionConfigurationAsync(ResourceGroupResource, AzureLocation, RegionConfigurationContent, CancellationToken) |
This API provides configuration details specific to given region/location at Resource group level.
|
GetRegionConfigurationAsync(SubscriptionResource, AzureLocation, RegionConfigurationContent, CancellationToken) |
This API provides configuration details specific to given region/location at Subscription level.
|
ValidateAddress(SubscriptionResource, AzureLocation, DataBoxValidateAddressContent, CancellationToken) |
[DEPRECATED NOTICE: This operation will soon be removed]. This method validates the customer shipping address and provide alternate addresses if any.
|
ValidateAddressAsync(SubscriptionResource, AzureLocation, DataBoxValidateAddressContent, CancellationToken) |
[DEPRECATED NOTICE: This operation will soon be removed]. This method validates the customer shipping address and provide alternate addresses if any.
|
ValidateInputs(ResourceGroupResource, AzureLocation, DataBoxValidationContent, CancellationToken) |
This method does all necessary pre-job creation validation under resource group.
|
ValidateInputs(SubscriptionResource, AzureLocation, DataBoxValidationContent, CancellationToken) |
This method does all necessary pre-job creation validation under subscription.
|
ValidateInputsAsync(ResourceGroupResource, AzureLocation, DataBoxValidationContent, CancellationToken) |
This method does all necessary pre-job creation validation under resource group.
|
ValidateInputsAsync(SubscriptionResource, AzureLocation, DataBoxValidationContent, CancellationToken) |
This method does all necessary pre-job creation validation under subscription.
|
Applies to
Azure SDK for .NET