Uses of Class
com.azure.resourcemanager.storage.models.LeaseDuration
-
Packages that use LeaseDuration 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. -
-
Uses of LeaseDuration in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return LeaseDuration Modifier and Type Method Description LeaseDurationBlobContainerInner. leaseDuration()Get the leaseDuration property: Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.LeaseDurationContainerProperties. leaseDuration()Get the leaseDuration property: Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.LeaseDurationFileShareInner. leaseDuration()Get the leaseDuration property: Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased.LeaseDurationFileShareItemInner. leaseDuration()Get the leaseDuration property: Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased.LeaseDurationFileShareProperties. leaseDuration()Get the leaseDuration property: Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased.LeaseDurationListContainerItemInner. leaseDuration()Get the leaseDuration property: Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased. -
Uses of LeaseDuration in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as LeaseDuration Modifier and Type Field Description static LeaseDurationLeaseDuration. FIXEDStatic value Fixed for LeaseDuration.static LeaseDurationLeaseDuration. INFINITEStatic value Infinite for LeaseDuration.Methods in com.azure.resourcemanager.storage.models that return LeaseDuration Modifier and Type Method Description static LeaseDurationLeaseDuration. fromString(String name)Creates or finds a LeaseDuration from its string representation.LeaseDurationBlobContainer. leaseDuration()Methods in com.azure.resourcemanager.storage.models that return types with arguments of type LeaseDuration Modifier and Type Method Description static Collection<LeaseDuration>LeaseDuration. values()
-