Class ArmStreamingEndpointSkuInfo
java.lang.Object
com.azure.resourcemanager.mediaservices.models.ArmStreamingEndpointSkuInfo
The ArmStreamingEndpointSkuInfo model.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ArmStreamingEndpointSkuInfo class. -
Method Summary
Modifier and TypeMethodDescriptioncapacity()
Get the capacity property: The streaming endpoint sku capacity.Get the resourceType property: The resourceType property.sku()
Get the sku property: The streaming endpoint sku.void
validate()
Validates the instance.withCapacity
(ArmStreamingEndpointCapacity capacity) Set the capacity property: The streaming endpoint sku capacity.withResourceType
(String resourceType) Set the resourceType property: The resourceType property.Set the sku property: The streaming endpoint sku.
-
Constructor Details
-
ArmStreamingEndpointSkuInfo
public ArmStreamingEndpointSkuInfo()Creates an instance of ArmStreamingEndpointSkuInfo class.
-
-
Method Details
-
resourceType
Get the resourceType property: The resourceType property.- Returns:
- the resourceType value.
-
withResourceType
Set the resourceType property: The resourceType property.- Parameters:
resourceType
- the resourceType value to set.- Returns:
- the ArmStreamingEndpointSkuInfo object itself.
-
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.
-