Uses of Class
com.azure.resourcemanager.storage.models.LeaseShareAction
-
Packages that use LeaseShareAction Package Description com.azure.resourcemanager.storage.models 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 LeaseShareAction Modifier and Type Field Description static LeaseShareActionLeaseShareAction. ACQUIREStatic value Acquire for LeaseShareAction.static LeaseShareActionLeaseShareAction. BREAKStatic value Break for LeaseShareAction.static LeaseShareActionLeaseShareAction. CHANGEStatic value Change for LeaseShareAction.static LeaseShareActionLeaseShareAction. RELEASEStatic value Release for LeaseShareAction.static LeaseShareActionLeaseShareAction. RENEWStatic value Renew for LeaseShareAction.Methods in com.azure.resourcemanager.storage.models that return LeaseShareAction Modifier and Type Method Description LeaseShareActionLeaseShareRequest. 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 LeaseShareAction Modifier and Type Method Description static Collection<LeaseShareAction>LeaseShareAction. values()Methods in com.azure.resourcemanager.storage.models with parameters of type LeaseShareAction Modifier and Type Method Description LeaseShareRequestLeaseShareRequest. withAction(LeaseShareAction action)Set the action property: Specifies the lease action.
-