Interface ManagementLock

All Superinterfaces:
HasId, HasInnerModel<ManagementLockObjectInner>, HasManager<ResourceManager>, HasName, Indexable, Refreshable<ManagementLock>, Updatable<ManagementLock.Update>

Management lock.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Container interface for all the definitions.
    static interface 
    Grouping of management lock definition stages.
    static interface 
    Container interface for all the updates.
    static interface 
    Grouping of management lock update stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the lock level.
    Gets the resource ID of the locked resource.
    Gets any notes associated with the lock.
    Gets the owners of the lock.

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasId

    id

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel

    innerModel

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager

    manager

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName

    name

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable

    key

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable

    refresh, refreshAsync

    Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Updatable

    update
  • Method Details

    • level

      LockLevel level()
      Gets the lock level.
      Returns:
      the lock level
    • lockedResourceId

      String lockedResourceId()
      Gets the resource ID of the locked resource.
      Returns:
      the resource ID of the locked resource
    • notes

      String notes()
      Gets any notes associated with the lock.
      Returns:
      any notes associated with the lock
    • owners

      Gets the owners of the lock.
      Returns:
      the owners of the lock