ManagementLockOwner Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. ManagementLockOwner
- com.
Implements
public final class ManagementLockOwner
implements JsonSerializable<ManagementLockOwner>
Lock owner properties.
Constructor Summary
Constructor | Description |
---|---|
ManagementLockOwner() |
Creates an instance of Management |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
applicationId()
Get the application |
static
Management |
fromJson(JsonReader jsonReader)
Reads an instance of Management |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Management |
withApplicationId(String applicationId)
Set the application |
Methods inherited from java.lang.Object
Constructor Details
ManagementLockOwner
public ManagementLockOwner()
Creates an instance of ManagementLockOwner class.
Method Details
applicationId
public String applicationId()
Get the applicationId property: The application ID of the lock owner.
Returns:
fromJson
public static ManagementLockOwner fromJson(JsonReader jsonReader)
Reads an instance of ManagementLockOwner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withApplicationId
public ManagementLockOwner withApplicationId(String applicationId)
Set the applicationId property: The application ID of the lock owner.
Parameters:
Returns:
Applies to
Azure SDK for Java