Uses of Class
com.azure.resourcemanager.mediaservices.models.DefaultAction
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of DefaultAction in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final DefaultAction
DefaultAction.ALLOW
Static value Allow for DefaultAction.static final DefaultAction
DefaultAction.DENY
Static value Deny for DefaultAction.Modifier and TypeMethodDescriptionAccessControl.defaultAction()
Get the defaultAction property: The behavior for IP access control in Key Delivery.static DefaultAction
DefaultAction.fromString
(String name) Creates or finds a DefaultAction from its string representation.Modifier and TypeMethodDescriptionstatic Collection<DefaultAction>
DefaultAction.values()
Gets known DefaultAction values.Modifier and TypeMethodDescriptionAccessControl.withDefaultAction
(DefaultAction defaultAction) Set the defaultAction property: The behavior for IP access control in Key Delivery.