Class ManagementLockOwner
- java.lang.Object
-
- com.microsoft.azure.management.locks.ManagementLockOwner
-
public class ManagementLockOwner extends Object
Lock owner properties.
-
-
Constructor Summary
Constructors Constructor Description ManagementLockOwner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationId()Get the applicationId value.ManagementLockOwnerwithApplicationId(String applicationId)Set the applicationId value.
-
-
-
Method Detail
-
applicationId
public String applicationId()
Get the applicationId value.- Returns:
- the applicationId value
-
withApplicationId
public ManagementLockOwner withApplicationId(String applicationId)
Set the applicationId value.- Parameters:
applicationId- the applicationId value to set- Returns:
- the ManagementLockOwner object itself.
-
-