Interface ListContentKeysResponse
public interface ListContentKeysResponse
An immutable client-side representation of ListContentKeysResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the contentKeys property: ContentKeys used by current Streaming Locator.Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.ListContentKeysResponseInner object.
-
Method Details
-
contentKeys
List<StreamingLocatorContentKey> contentKeys()Gets the contentKeys property: ContentKeys used by current Streaming Locator.- Returns:
- the contentKeys value.
-
innerModel
ListContentKeysResponseInner innerModel()Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.ListContentKeysResponseInner object.- Returns:
- the inner object.
-