次の方法で共有


ManagementLockOwner Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.models.ManagementLockOwner

public final class ManagementLockOwner

Lock owner properties.

Constructor Summary

Constructor Description
ManagementLockOwner()

Creates an instance of ManagementLockOwner class.

Method Summary

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.

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:

the applicationId value.

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:

applicationId - the applicationId value to set.

Returns:

the ManagementLockOwner object itself.

Applies to