Class StreamingEndpointSkuInfoListResultInner
java.lang.Object
com.azure.resourcemanager.mediaservices.fluent.models.StreamingEndpointSkuInfoListResultInner
The StreamingEndpointSkuInfoListResult model.
-
Constructor Summary
ConstructorDescriptionCreates an instance of StreamingEndpointSkuInfoListResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: The result of the List StreamingEndpoint skus.withValue
(List<ArmStreamingEndpointSkuInfo> value) Set the value property: The result of the List StreamingEndpoint skus.
-
Constructor Details
-
StreamingEndpointSkuInfoListResultInner
public StreamingEndpointSkuInfoListResultInner()Creates an instance of StreamingEndpointSkuInfoListResultInner class.
-
-
Method Details
-
value
Get the value property: The result of the List StreamingEndpoint skus.- Returns:
- the value value.
-
withValue
Set the value property: The result of the List StreamingEndpoint skus.- Parameters:
value
- the value value to set.- Returns:
- the StreamingEndpointSkuInfoListResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-