Uses of Class
com.azure.resourcemanager.mediaservices.models.StreamingEndpointAccessControl
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of StreamingEndpointAccessControl in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionStreamingEndpointInner.accessControl()
Get the accessControl property: The access control definition of the streaming endpoint.StreamingEndpointProperties.accessControl()
Get the accessControl property: The access control definition of the streaming endpoint.Modifier and TypeMethodDescriptionStreamingEndpointInner.withAccessControl
(StreamingEndpointAccessControl accessControl) Set the accessControl property: The access control definition of the streaming endpoint.StreamingEndpointProperties.withAccessControl
(StreamingEndpointAccessControl accessControl) Set the accessControl property: The access control definition of the streaming endpoint. -
Uses of StreamingEndpointAccessControl in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionStreamingEndpoint.accessControl()
Gets the accessControl property: The access control definition of the streaming endpoint.StreamingEndpointAccessControl.withAkamai
(AkamaiAccessControl akamai) Set the akamai property: The access control of Akamai.StreamingEndpointAccessControl.withIp
(IpAccessControl ip) Set the ip property: The IP access control of the streaming endpoint.Modifier and TypeMethodDescriptionStreamingEndpoint.DefinitionStages.WithAccessControl.withAccessControl
(StreamingEndpointAccessControl accessControl) Specifies the accessControl property: The access control definition of the streaming endpoint..StreamingEndpoint.UpdateStages.WithAccessControl.withAccessControl
(StreamingEndpointAccessControl accessControl) Specifies the accessControl property: The access control definition of the streaming endpoint..