Class AssetContainerSasInner
java.lang.Object
com.azure.resourcemanager.mediaservices.fluent.models.AssetContainerSasInner
The Asset Storage container SAS URLs.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AssetContainerSasInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the assetContainerSasUrls property: The list of Asset container SAS URLs.void
validate()
Validates the instance.withAssetContainerSasUrls
(List<String> assetContainerSasUrls) Set the assetContainerSasUrls property: The list of Asset container SAS URLs.
-
Constructor Details
-
AssetContainerSasInner
public AssetContainerSasInner()Creates an instance of AssetContainerSasInner class.
-
-
Method Details
-
assetContainerSasUrls
Get the assetContainerSasUrls property: The list of Asset container SAS URLs.- Returns:
- the assetContainerSasUrls value.
-
withAssetContainerSasUrls
Set the assetContainerSasUrls property: The list of Asset container SAS URLs.- Parameters:
assetContainerSasUrls
- the assetContainerSasUrls value to set.- Returns:
- the AssetContainerSasInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-