Class TransportAvailabilityRequest

java.lang.Object
com.azure.resourcemanager.databox.models.TransportAvailabilityRequest

public final class TransportAvailabilityRequest extends Object
Request body to get the transport availability for given sku.
  • Constructor Details

    • TransportAvailabilityRequest

      public TransportAvailabilityRequest()
      Creates an instance of TransportAvailabilityRequest class.
  • Method Details

    • skuName

      public SkuName skuName()
      Get the skuName property: Type of the device.
      Returns:
      the skuName value.
    • withSkuName

      public TransportAvailabilityRequest withSkuName(SkuName skuName)
      Set the skuName property: Type of the device.
      Parameters:
      skuName - the skuName value to set.
      Returns:
      the TransportAvailabilityRequest object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.