Uses of Interface
com.azure.resourcemanager.mediaservices.models.LiveEvent.Update
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of LiveEvent.Update in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionLiveEvent.update()
Begins update for the LiveEvent resource.LiveEvent.UpdateStages.WithCrossSiteAccessPolicies.withCrossSiteAccessPolicies
(CrossSiteAccessPolicies crossSiteAccessPolicies) Specifies the crossSiteAccessPolicies property: Live event cross site access policies..LiveEvent.UpdateStages.WithDescription.withDescription
(String description) Specifies the description property: A description for the live event..LiveEvent.UpdateStages.WithEncoding.withEncoding
(LiveEventEncoding encoding) Specifies the encoding property: Encoding settings for the live event.LiveEvent.UpdateStages.WithHostnamePrefix.withHostnamePrefix
(String hostnamePrefix) Specifies the hostnamePrefix property: When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints.LiveEvent.UpdateStages.WithInput.withInput
(LiveEventInput input) Specifies the input property: Live event input settings.LiveEvent.UpdateStages.WithPreview.withPreview
(LiveEventPreview preview) Specifies the preview property: Live event preview settings.LiveEvent.UpdateStages.WithStreamOptions.withStreamOptions
(List<StreamOptionsFlag> streamOptions) Specifies the streamOptions property: The options to use for the LiveEvent.Specifies the tags property: Resource tags..LiveEvent.UpdateStages.WithTranscriptions.withTranscriptions
(List<LiveEventTranscription> transcriptions) Specifies the transcriptions property: Live transcription settings for the live event.LiveEvent.UpdateStages.WithUseStaticHostname.withUseStaticHostname
(Boolean useStaticHostname) Specifies the useStaticHostname property: Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints.