Class ManagementLockOwner
java.lang.Object
com.azure.resourcemanager.resources.models.ManagementLockOwner
Lock owner properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the applicationId property: The application ID of the lock owner.voidvalidate()Validates the instance.withApplicationId(String applicationId) Set the applicationId property: The application ID of the lock owner.
-
Constructor Details
-
ManagementLockOwner
public ManagementLockOwner()Creates an instance of ManagementLockOwner class.
-
-
Method Details
-
applicationId
Get the applicationId property: The application ID of the lock owner.- Returns:
- the applicationId value.
-
withApplicationId
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.
-