| 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 |
|---|---|
LeaseDuration |
BlobContainerInner.leaseDuration()
Get the leaseDuration property: Specifies whether the lease on a container is of infinite or fixed duration, only
when the container is leased.
|
LeaseDuration |
ListContainerItemInner.leaseDuration()
Get the leaseDuration property: Specifies whether the lease on a container is of infinite or fixed duration, only
when the container is leased.
|
| Modifier and Type | Field and Description |
|---|---|
static LeaseDuration |
LeaseDuration.FIXED
Static value Fixed for LeaseDuration.
|
static LeaseDuration |
LeaseDuration.INFINITE
Static value Infinite for LeaseDuration.
|
| Modifier and Type | Method and Description |
|---|---|
static LeaseDuration |
LeaseDuration.fromString(String name)
Creates or finds a LeaseDuration from its string representation.
|
LeaseDuration |
BlobContainer.leaseDuration() |
Copyright © 2021 Microsoft Corporation. All rights reserved.