Class ArmStreamingEndpointSkuInfo

java.lang.Object
com.azure.resourcemanager.mediaservices.models.ArmStreamingEndpointSkuInfo

public final class ArmStreamingEndpointSkuInfo extends Object
The ArmStreamingEndpointSkuInfo model.
  • Constructor Details

    • ArmStreamingEndpointSkuInfo

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

    • resourceType

      public String resourceType()
      Get the resourceType property: The resourceType property.
      Returns:
      the resourceType value.
    • withResourceType

      public ArmStreamingEndpointSkuInfo withResourceType(String resourceType)
      Set the resourceType property: The resourceType property.
      Parameters:
      resourceType - the resourceType value to set.
      Returns:
      the ArmStreamingEndpointSkuInfo object itself.
    • capacity

      public ArmStreamingEndpointCapacity capacity()
      Get the capacity property: The streaming endpoint sku capacity.
      Returns:
      the capacity value.
    • withCapacity

      Set the capacity property: The streaming endpoint sku capacity.
      Parameters:
      capacity - the capacity value to set.
      Returns:
      the ArmStreamingEndpointSkuInfo object itself.
    • sku

      Get the sku property: The streaming endpoint sku.
      Returns:
      the sku value.
    • withSku

      Set the sku property: The streaming endpoint sku.
      Parameters:
      sku - the sku value to set.
      Returns:
      the ArmStreamingEndpointSkuInfo object itself.
    • validate

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