Interface StreamingPolicy
public interface StreamingPolicy
An immutable client-side representation of StreamingPolicy.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of the StreamingPolicy definition.static interface
The StreamingPolicy definition stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the commonEncryptionCbcs property: Configuration of CommonEncryptionCbcs.Gets the commonEncryptionCenc property: Configuration of CommonEncryptionCenc.created()
Gets the created property: Creation time of Streaming Policy.Gets the defaultContentKeyPolicyName property: Default ContentKey used by current Streaming Policy.Gets the envelopeEncryption property: Configuration of EnvelopeEncryption.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.StreamingPolicyInner object.name()
Gets the name property: The name of the resource.Gets the noEncryption property: Configurations of NoEncryption.refresh()
Refreshes the resource to sync with Azure.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.com.azure.core.management.SystemData
Gets the systemData property: The system metadata relating to this resource.type()
Gets the type property: The type of the resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
systemData
com.azure.core.management.SystemData systemData()Gets the systemData property: The system metadata relating to this resource.- Returns:
- the systemData value.
-
created
OffsetDateTime created()Gets the created property: Creation time of Streaming Policy.- Returns:
- the created value.
-
defaultContentKeyPolicyName
String defaultContentKeyPolicyName()Gets the defaultContentKeyPolicyName property: Default ContentKey used by current Streaming Policy.- Returns:
- the defaultContentKeyPolicyName value.
-
envelopeEncryption
EnvelopeEncryption envelopeEncryption()Gets the envelopeEncryption property: Configuration of EnvelopeEncryption.- Returns:
- the envelopeEncryption value.
-
commonEncryptionCenc
CommonEncryptionCenc commonEncryptionCenc()Gets the commonEncryptionCenc property: Configuration of CommonEncryptionCenc.- Returns:
- the commonEncryptionCenc value.
-
commonEncryptionCbcs
CommonEncryptionCbcs commonEncryptionCbcs()Gets the commonEncryptionCbcs property: Configuration of CommonEncryptionCbcs.- Returns:
- the commonEncryptionCbcs value.
-
noEncryption
NoEncryption noEncryption()Gets the noEncryption property: Configurations of NoEncryption.- Returns:
- the noEncryption value.
-
innerModel
StreamingPolicyInner innerModel()Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.StreamingPolicyInner object.- Returns:
- the inner object.
-
refresh
StreamingPolicy refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context
- The context to associate with this operation.- Returns:
- the refreshed resource.
-