StreamingEndpointAccessControl Class

  • java.lang.Object
    • com.azure.resourcemanager.mediaservices.models.StreamingEndpointAccessControl

public final class StreamingEndpointAccessControl

Streaming endpoint access control definition.

Constructor Summary

Constructor Description
StreamingEndpointAccessControl()

Creates an instance of StreamingEndpointAccessControl class.

Method Summary

Modifier and Type Method and Description
AkamaiAccessControl akamai()

Get the akamai property: The access control of Akamai.

IpAccessControl ip()

Get the ip property: The IP access control of the streaming endpoint.

void validate()

Validates the instance.

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.

Methods inherited from java.lang.Object

Constructor Details

StreamingEndpointAccessControl

public StreamingEndpointAccessControl()

Creates an instance of StreamingEndpointAccessControl class.

Method Details

akamai

public AkamaiAccessControl akamai()

Get the akamai property: The access control of Akamai.

Returns:

the akamai value.

ip

public IpAccessControl ip()

Get the ip property: The IP access control of the streaming endpoint.

Returns:

the ip value.

validate

public void validate()

Validates the instance.

withAkamai

public StreamingEndpointAccessControl withAkamai(AkamaiAccessControl akamai)

Set the akamai property: The access control of Akamai.

Parameters:

akamai - the akamai value to set.

Returns:

the StreamingEndpointAccessControl object itself.

withIp

public StreamingEndpointAccessControl withIp(IpAccessControl ip)

Set the ip property: The IP access control of the streaming endpoint.

Parameters:

ip - the ip value to set.

Returns:

the StreamingEndpointAccessControl object itself.

Applies to