Class ManagementLockOwner
java.lang.Object
com.microsoft.azure.management.locks.ManagementLockOwner
Lock owner properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the applicationId value.withApplicationId
(String applicationId) Set the applicationId value.
-
Constructor Details
-
ManagementLockOwner
public ManagementLockOwner()
-
-
Method Details
-
applicationId
Get the applicationId value.- Returns:
- the applicationId value
-
withApplicationId
Set the applicationId value.- Parameters:
applicationId
- the applicationId value to set- Returns:
- the ManagementLockOwner object itself.
-