Uses of Class
com.azure.resourcemanager.storage.models.LeaseDuration
Packages that use LeaseDuration
Package
Description
Package containing the inner data models for StorageManagementClient.
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 LeaseDurationModifier and TypeMethodDescriptionBlobContainerInner.leaseDuration()Get the leaseDuration property: Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.ContainerProperties.leaseDuration()Get the leaseDuration property: Specifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.FileShareInner.leaseDuration()Get the leaseDuration property: Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased.FileShareItemInner.leaseDuration()Get the leaseDuration property: Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased.FileShareProperties.leaseDuration()Get the leaseDuration property: Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased.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. -
Uses of LeaseDuration in com.azure.resourcemanager.storage.models
Subclasses with type arguments of type LeaseDuration in com.azure.resourcemanager.storage.modelsModifier and TypeClassDescriptionfinal classSpecifies whether the lease on a container is of infinite or fixed duration, only when the container is leased.Fields in com.azure.resourcemanager.storage.models declared as LeaseDurationModifier and TypeFieldDescriptionstatic final LeaseDurationLeaseDuration.FIXEDStatic value Fixed for LeaseDuration.static final LeaseDurationLeaseDuration.INFINITEStatic value Infinite for LeaseDuration.Methods in com.azure.resourcemanager.storage.models that return LeaseDurationModifier and TypeMethodDescriptionstatic LeaseDurationLeaseDuration.fromString(String name) Creates or finds a LeaseDuration from its string representation.BlobContainer.leaseDuration()Gets the lease duration.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type LeaseDurationModifier and TypeMethodDescriptionstatic Collection<LeaseDuration> LeaseDuration.values()Gets known LeaseDuration values.