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
Classes in com.azure.resourcemanager.storage.models that implement interfaces with type arguments of type SasPolicyModifier and TypeClassDescriptionfinal classSasPolicy assigned to the storage account.Methods in com.azure.resourcemanager.storage.models that return SasPolicyModifier and TypeMethodDescriptionstatic SasPolicySasPolicy.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SasPolicy from the JsonReader.StorageAccountCreateParameters.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 defines the action to be performed when sasPolicy.sasExpirationPeriod is violated.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.