Uses of Class
com.azure.resourcemanager.storage.models.SasPolicy
Packages that use SasPolicy
Package
Description
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of SasPolicy in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return SasPolicyModifier and TypeMethodDescriptionStorageAccountInner.sasPolicy()Get the sasPolicy property: SasPolicy assigned to the storage account.StorageAccountPropertiesCreateParameters.sasPolicy()Get the sasPolicy property: SasPolicy assigned to the storage account.StorageAccountPropertiesInner.sasPolicy()Get the sasPolicy property: SasPolicy assigned to the storage account.StorageAccountPropertiesUpdateParameters.sasPolicy()Get the sasPolicy property: SasPolicy assigned to the storage account.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type SasPolicyModifier and TypeMethodDescriptionStorageAccountPropertiesCreateParameters.withSasPolicy(SasPolicy sasPolicy) Set the sasPolicy property: SasPolicy assigned to the storage account.StorageAccountPropertiesUpdateParameters.withSasPolicy(SasPolicy sasPolicy) Set the sasPolicy property: SasPolicy assigned to the storage account. -
Uses of SasPolicy in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return SasPolicyModifier and TypeMethodDescriptionStorageAccountCreateParameters.sasPolicy()Get the sasPolicy property: SasPolicy assigned to the storage account.StorageAccountUpdateParameters.sasPolicy()Get the sasPolicy property: SasPolicy assigned to the storage account.SasPolicy.withExpirationAction(ExpirationAction expirationAction) Set the expirationAction property: The SAS expiration action.SasPolicy.withSasExpirationPeriod(String sasExpirationPeriod) Set the sasExpirationPeriod property: The SAS expiration period, DD.HH:MM:SS.Methods in com.azure.resourcemanager.storage.models with parameters of type SasPolicyModifier and TypeMethodDescriptionStorageAccountCreateParameters.withSasPolicy(SasPolicy sasPolicy) Set the sasPolicy property: SasPolicy assigned to the storage account.StorageAccountUpdateParameters.withSasPolicy(SasPolicy sasPolicy) Set the sasPolicy property: SasPolicy assigned to the storage account.