Uses of Class
com.azure.resourcemanager.storage.models.LeaseShareAction
Packages that use LeaseShareAction
Package
Description
Package containing the data models for StorageManagementClient.
-
Uses of LeaseShareAction in com.azure.resourcemanager.storage.models
Fields in com.azure.resourcemanager.storage.models declared as LeaseShareActionModifier and TypeFieldDescriptionstatic final LeaseShareActionLeaseShareAction.ACQUIREStatic value Acquire for LeaseShareAction.static final LeaseShareActionLeaseShareAction.BREAKStatic value Break for LeaseShareAction.static final LeaseShareActionLeaseShareAction.CHANGEStatic value Change for LeaseShareAction.static final LeaseShareActionLeaseShareAction.RELEASEStatic value Release for LeaseShareAction.static final LeaseShareActionLeaseShareAction.RENEWStatic value Renew for LeaseShareAction.Methods in com.azure.resourcemanager.storage.models that return LeaseShareActionModifier and TypeMethodDescriptionLeaseShareRequest.action()Get the action property: Specifies the lease action.static LeaseShareActionLeaseShareAction.fromString(String name) Creates or finds a LeaseShareAction from its string representation.Methods in com.azure.resourcemanager.storage.models that return types with arguments of type LeaseShareActionModifier and TypeMethodDescriptionstatic Collection<LeaseShareAction> LeaseShareAction.values()Gets known LeaseShareAction values.Methods in com.azure.resourcemanager.storage.models with parameters of type LeaseShareActionModifier and TypeMethodDescriptionLeaseShareRequest.withAction(LeaseShareAction action) Set the action property: Specifies the lease action.