Uses of Class
com.azure.resourcemanager.mediaservices.models.ListContainerSasInput
Package
Description
Package containing the service clients for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of ListContainerSasInput in com.azure.resourcemanager.mediaservices.fluent
Modifier and TypeMethodDescriptionAssetsClient.listContainerSas
(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters) List the Asset URLscom.azure.core.http.rest.Response<AssetContainerSasInner>
AssetsClient.listContainerSasWithResponse
(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters, com.azure.core.util.Context context) List the Asset URLs -
Uses of ListContainerSasInput in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionListContainerSasInput.withExpiryTime
(OffsetDateTime expiryTime) Set the expiryTime property: The SAS URL expiration time.ListContainerSasInput.withPermissions
(AssetContainerPermission permissions) Set the permissions property: The permissions to set on the SAS URL.Modifier and TypeMethodDescriptionAsset.listContainerSas
(ListContainerSasInput parameters) List the Asset URLsAssets.listContainerSas
(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters) List the Asset URLscom.azure.core.http.rest.Response<AssetContainerSas>
Asset.listContainerSasWithResponse
(ListContainerSasInput parameters, com.azure.core.util.Context context) List the Asset URLscom.azure.core.http.rest.Response<AssetContainerSas>
Assets.listContainerSasWithResponse
(String resourceGroupName, String accountName, String assetName, ListContainerSasInput parameters, com.azure.core.util.Context context) List the Asset URLs