Uses of Class
com.azure.resourcemanager.resources.models.ManagementLockOwner
-
Packages that use ManagementLockOwner Package Description com.azure.resourcemanager.resources.fluent.models Package containing the inner data models for ResourceManagementClient.com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of ManagementLockOwner in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return types with arguments of type ManagementLockOwner Modifier and Type Method Description List<ManagementLockOwner>ManagementLockObjectInner. owners()Get the owners property: The owners of the lock.List<ManagementLockOwner>ManagementLockProperties. owners()Get the owners property: The owners of the lock.Method parameters in com.azure.resourcemanager.resources.fluent.models with type arguments of type ManagementLockOwner Modifier and Type Method Description ManagementLockObjectInnerManagementLockObjectInner. withOwners(List<ManagementLockOwner> owners)Set the owners property: The owners of the lock.ManagementLockPropertiesManagementLockProperties. withOwners(List<ManagementLockOwner> owners)Set the owners property: The owners of the lock. -
Uses of ManagementLockOwner in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ManagementLockOwner Modifier and Type Method Description ManagementLockOwnerManagementLockOwner. withApplicationId(String applicationId)Set the applicationId property: The application ID of the lock owner.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ManagementLockOwner Modifier and Type Method Description List<ManagementLockOwner>ManagementLock. owners()
-