AvailableSkuRequest Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. AvailableSkuRequest
- com.
Implements
public final class AvailableSkuRequest
implements JsonSerializable<AvailableSkuRequest>
The filters for showing the available skus.
Constructor Summary
| Constructor | Description |
|---|---|
| AvailableSkuRequest() |
Creates an instance of Available |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
country()
Get the country property: ISO country code. |
|
static
Available |
fromJson(JsonReader jsonReader)
Reads an instance of Available |
| String |
location()
Get the location property: Location for data transfer. |
|
List<Sku |
skuNames()
Get the sku |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Transfer |
transferType()
Get the transfer |
| void |
validate()
Validates the instance. |
|
Available |
withCountry(String country)
Set the country property: ISO country code. |
|
Available |
withLocation(String location)
Set the location property: Location for data transfer. |
|
Available |
withSkuNames(List<SkuName> skuNames)
Set the sku |
|
Available |
withTransferType(TransferType transferType)
Set the transfer |
Methods inherited from java.lang.Object
Constructor Details
AvailableSkuRequest
public AvailableSkuRequest()
Creates an instance of AvailableSkuRequest class.
Method Details
country
public String country()
Get the country property: ISO country code. Country for hardware shipment. For codes check: https://en.wikipedia.org/wiki/ISO\_3166-1\_alpha-2\#Officially\_assigned\_code\_elements.
Returns:
fromJson
public static AvailableSkuRequest fromJson(JsonReader jsonReader)
Reads an instance of AvailableSkuRequest from the JsonReader.
Parameters:
Returns:
Throws:
location
public String location()
Get the location property: Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01.
Returns:
skuNames
public List<SkuName> skuNames()
Get the skuNames property: Sku Names to filter for available skus.
Returns:
toJson
transferType
public TransferType transferType()
Get the transferType property: Type of the transfer.
Returns:
validate
public void validate()
Validates the instance.
withCountry
public AvailableSkuRequest withCountry(String country)
Set the country property: ISO country code. Country for hardware shipment. For codes check: https://en.wikipedia.org/wiki/ISO\_3166-1\_alpha-2\#Officially\_assigned\_code\_elements.
Parameters:
Returns:
withLocation
public AvailableSkuRequest withLocation(String location)
Set the location property: Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01.
Parameters:
Returns:
withSkuNames
public AvailableSkuRequest withSkuNames(List<SkuName> skuNames)
Set the skuNames property: Sku Names to filter for available skus.
Parameters:
Returns:
withTransferType
public AvailableSkuRequest withTransferType(TransferType transferType)
Set the transferType property: Type of the transfer.
Parameters:
Returns: