Interface StreamingPolicy


public interface StreamingPolicy
An immutable client-side representation of StreamingPolicy.
  • 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

      StreamingPolicy refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.