Class ManagementLockOwner
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.ManagementLockOwner
-
public final 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 property: The application ID of the lock owner.voidvalidate()Validates the instance.ManagementLockOwnerwithApplicationId(String applicationId)Set the applicationId property: The application ID of the lock owner.
-
-
-
Method Detail
-
applicationId
public String applicationId()
Get the applicationId property: The application ID of the lock owner.- Returns:
- the applicationId value.
-
withApplicationId
public ManagementLockOwner withApplicationId(String applicationId)
Set the applicationId property: The application ID of the lock owner.- Parameters:
applicationId- the applicationId value to set.- Returns:
- the ManagementLockOwner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-