public final class ManagementLockOwner extends Object
| Constructor and Description |
|---|
ManagementLockOwner() |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
Get the applicationId property: The application ID of the lock owner.
|
void |
validate()
Validates the instance.
|
ManagementLockOwner |
withApplicationId(String applicationId)
Set the applicationId property: The application ID of the lock owner.
|
public String applicationId()
public ManagementLockOwner withApplicationId(String applicationId)
applicationId - the applicationId value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.