| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SasPolicy |
StorageAccountInner.sasPolicy()
Get the sasPolicy property: SasPolicy assigned to the storage account.
|
| Modifier and Type | Method and Description |
|---|---|
SasPolicy |
StorageAccountUpdateParameters.sasPolicy()
Get the sasPolicy property: SasPolicy assigned to the storage account.
|
SasPolicy |
StorageAccountCreateParameters.sasPolicy()
Get the sasPolicy property: SasPolicy assigned to the storage account.
|
SasPolicy |
SasPolicy.withExpirationAction(ExpirationAction expirationAction)
Set the expirationAction property: The SAS expiration action.
|
SasPolicy |
SasPolicy.withSasExpirationPeriod(String sasExpirationPeriod)
Set the sasExpirationPeriod property: The SAS expiration period, DD.HH:MM:SS.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withSasPolicy(SasPolicy sasPolicy)
Set the sasPolicy property: SasPolicy assigned to the storage account.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withSasPolicy(SasPolicy sasPolicy)
Set the sasPolicy property: SasPolicy assigned to the storage account.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.