Interface StreamingEndpointSkuInfoListResult
public interface StreamingEndpointSkuInfoListResult
An immutable client-side representation of StreamingEndpointSkuInfoListResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.mediaservices.fluent.models.StreamingEndpointSkuInfoListResultInner object.value()
Gets the value property: The result of the List StreamingEndpoint skus.
-
Method Details
-
value
List<ArmStreamingEndpointSkuInfo> value()Gets the value property: The result of the List StreamingEndpoint skus.- Returns:
- the value value.
-
innerModel
StreamingEndpointSkuInfoListResultInner innerModel()Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.StreamingEndpointSkuInfoListResultInner object.- Returns:
- the inner object.
-