Interface AuditResourceGroupOperationConfiguration



  • public interface AuditResourceGroupOperationConfiguration
    Configuration of resource group for auditing purposes.
    • Method Detail

      • getDescription

        java.lang.String getDescription​()
        Get human-readable description of the resource group.
        Returns:
        human-readable description
      • getMembers

        java.util.List<? extends AuditResourceGroupMember> getMembers​()
        Get list of objects that are members of the resource group.
        Returns:
        list of resource group's members
      • getName

        java.lang.String getName​()
        Get name of the resource group.
        Returns:
        name of the resource group