Class KeyDelivery
java.lang.Object
com.azure.resourcemanager.mediaservices.models.KeyDelivery
The KeyDelivery model.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the accessControl property: The access control properties for Key Delivery.void
validate()
Validates the instance.withAccessControl
(AccessControl accessControl) Set the accessControl property: The access control properties for Key Delivery.
-
Constructor Details
-
KeyDelivery
public KeyDelivery()Creates an instance of KeyDelivery class.
-
-
Method Details
-
accessControl
Get the accessControl property: The access control properties for Key Delivery.- Returns:
- the accessControl value.
-
withAccessControl
Set the accessControl property: The access control properties for Key Delivery.- Parameters:
accessControl
- the accessControl value to set.- Returns:
- the KeyDelivery object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-