Condividi tramite


AvailableSkuRequest Class

Definition

The filters for showing the available skus.

public class AvailableSkuRequest
type AvailableSkuRequest = class
Public Class AvailableSkuRequest
Inheritance
AvailableSkuRequest

Constructors

AvailableSkuRequest()

Initializes a new instance of the AvailableSkuRequest class.

AvailableSkuRequest(TransferType, String, String, IList<Nullable<SkuName>>)

Initializes a new instance of the AvailableSkuRequest class.

Properties

Country

Gets or sets ISO country code. Country for hardware shipment. For codes check: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements

Location

Gets or sets location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01

SkuNames

Gets or sets sku Names to filter for available skus

TransferType

Gets or sets type of the transfer. Possible values include: 'ImportToAzure', 'ExportFromAzure'

Methods

Validate()

Validate the object.

Applies to