Uses of Class
com.azure.resourcemanager.mediaservices.models.PublicNetworkAccess
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of PublicNetworkAccess in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionMediaServiceInner.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for resources under the Media Services account.MediaServiceProperties.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for resources under the Media Services account.Modifier and TypeMethodDescriptionMediaServiceInner.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for resources under the Media Services account.MediaServiceProperties.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for resources under the Media Services account. -
Uses of PublicNetworkAccess in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final PublicNetworkAccess
PublicNetworkAccess.DISABLED
Static value Disabled for PublicNetworkAccess.static final PublicNetworkAccess
PublicNetworkAccess.ENABLED
Static value Enabled for PublicNetworkAccess.Modifier and TypeMethodDescriptionstatic PublicNetworkAccess
PublicNetworkAccess.fromString
(String name) Creates or finds a PublicNetworkAccess from its string representation.MediaService.publicNetworkAccess()
Gets the publicNetworkAccess property: Whether or not public network access is allowed for resources under the Media Services account.MediaServiceUpdate.publicNetworkAccess()
Get the publicNetworkAccess property: Whether or not public network access is allowed for resources under the Media Services account.Modifier and TypeMethodDescriptionstatic Collection<PublicNetworkAccess>
PublicNetworkAccess.values()
Gets known PublicNetworkAccess values.Modifier and TypeMethodDescriptionMediaService.DefinitionStages.WithPublicNetworkAccess.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Whether or not public network access is allowed for resources under the Media Services account..MediaService.UpdateStages.WithPublicNetworkAccess.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Specifies the publicNetworkAccess property: Whether or not public network access is allowed for resources under the Media Services account..MediaServiceUpdate.withPublicNetworkAccess
(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Whether or not public network access is allowed for resources under the Media Services account.